Searched refs:BTM_GetHCIConnHandle (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c81 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr);
259 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr);
H A Dbtm_sco.c580 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda)) == 0xFFFF))
741 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
775 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
H A Dbtm_acl.c1867 ** Function BTM_GetHCIConnHandle
1875 UINT16 BTM_GetHCIConnHandle (BD_ADDR remote_bda) function
1878 BTM_TRACE_DEBUG0 ("BTM_GetHCIConnHandle");
2819 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr);
H A Dbtm_ble.c90 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c283 (BTM_GetHCIConnHandle(p_tcb->peer_bda) != GATT_INVALID_ACL_HANDLE))
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h4093 ** Function BTM_GetHCIConnHandle
4101 BTM_API extern UINT16 BTM_GetHCIConnHandle (BD_ADDR remote_bda);

Completed in 168 milliseconds