diff options
| author | Mahesh Kumar Sharma <smahesh@codeaurora.org> | 2015-06-29 20:17:15 -0700 |
|---|---|---|
| committer | Chiou-Hao Hsu <chsu@codeaurora.org> | 2015-07-07 18:41:56 -0700 |
| commit | 35b3dc0049467f2718260fc2e787e67aa25b4d12 (patch) | |
| tree | 31e54642801cc30038b3221c528714572dda76b2 | |
| parent | 54459d5f55e24a246a3d56ef5b1c06ae5517b16c (diff) | |
| download | android_hardware_qcom_bt-35b3dc0049467f2718260fc2e787e67aa25b4d12.tar.gz android_hardware_qcom_bt-35b3dc0049467f2718260fc2e787e67aa25b4d12.tar.bz2 android_hardware_qcom_bt-35b3dc0049467f2718260fc2e787e67aa25b4d12.zip | |
Bluetooth: Resolve compilation errors.
Change-Id: Ib9decdc208d9c788a0d78ac6c54c06451b3ec49e
Conflicts:
libbt-vendor/src/hci_smd.c
| -rw-r--r-- | libbt-vendor/src/hci_smd.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libbt-vendor/src/hci_smd.c b/libbt-vendor/src/hci_smd.c index 88d081c..7e5b16d 100644 --- a/libbt-vendor/src/hci_smd.c +++ b/libbt-vendor/src/hci_smd.c @@ -52,19 +52,6 @@ extern int is_bt_ssr_hci; /***************************************************************************** ** Functions *****************************************************************************/ -int bt_hci_init_transport(int *pFd) -{ - int i = 0; - int fd; - for(i=0; i < NUM_OF_DEVS; i++){ - fd = bt_hci_init_transport_id(i); - if(fd < 0 ){ - return -1; - } - pFd[i] = fd; - } - return 0; -} int bt_hci_init_transport_id (int chId ) { |
