From 8e6e9356d5386501d5e0988ce23d0c9aaed31a64 Mon Sep 17 00:00:00 2001 From: zzy Date: Sat, 14 Apr 2012 18:31:16 -0700 Subject: added bt pan profile --- main/Android.mk | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'main') diff --git a/main/Android.mk b/main/Android.mk index d235f80..e7f005f 100755 --- a/main/Android.mk +++ b/main/Android.mk @@ -20,32 +20,34 @@ LOCAL_SRC_FILES+= \ # BTIF LOCAL_SRC_FILES += \ - ../btif/src/btif_core.c \ - ../btif/src/btif_dm.c \ - ../btif/src/btif_storage.c \ - ../btif/src/btif_util.c \ - ../btif/src/btif_sm.c \ - ../btif/src/btif_hf.c \ - ../btif/src/btif_av.c \ - ../btif/src/btif_rc.c \ - ../btif/src/btif_media_task.c \ - ../btif/src/btif_hh.c \ - ../btif/src/btif_hl.c \ - ../btif/src/btif_sock.c \ - ../btif/src/btif_sock_rfc.c \ - ../btif/src/btif_sock_thread.c \ - ../btif/src/btif_sock_sdp.c \ - ../btif/src/btif_sock_util.c + ../btif/src/btif_core.c \ + ../btif/src/btif_dm.c \ + ../btif/src/btif_storage.c \ + ../btif/src/btif_util.c \ + ../btif/src/btif_sm.c \ + ../btif/src/btif_hf.c \ + ../btif/src/btif_av.c \ + ../btif/src/btif_rc.c \ + ../btif/src/btif_media_task.c \ + ../btif/src/btif_hh.c \ + ../btif/src/btif_hl.c \ + ../btif/src/btif_sock.c \ + ../btif/src/btif_sock_rfc.c \ + ../btif/src/btif_sock_thread.c \ + ../btif/src/btif_sock_sdp.c \ + ../btif/src/btif_pan.c \ + ../btif/src/btif_sock_util.c # callouts LOCAL_SRC_FILES+= \ - ../btif/co/bta_sys_co.c \ - ../btif/co/bta_fs_co.c \ - ../btif/co/bta_ag_co.c \ - ../btif/co/bta_dm_co.c \ - ../btif/co/bta_av_co.c \ - ../btif/co/bta_hh_co.c \ - ../btif/co/bta_hl_co.c + ../btif/co/bta_sys_co.c \ + ../btif/co/bta_fs_co.c \ + ../btif/co/bta_ag_co.c \ + ../btif/co/bta_dm_co.c \ + ../btif/co/bta_av_co.c \ + ../btif/co/bta_hh_co.c \ + ../btif/co/bta_hl_co.c \ + ../btif/co/bta_pan_co.c # sbc encoder LOCAL_SRC_FILES+= \ -- cgit v1.1