Searched refs:BTM_GetHCIConnHandle (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.cc | 77 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in BTM_SecAddDevice() 267 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev() 268 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in btm_sec_alloc_dev()
|
D | btm_sco.cc | 449 acl_handle = BTM_GetHCIConnHandle(*remote_bda, BT_TRANSPORT_BR_EDR); in BTM_CreateSco() 590 BTM_GetHCIConnHandle(p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR); in btm_sco_chk_pend_unpark() 627 ((acl_handle = BTM_GetHCIConnHandle( in btm_sco_chk_pend_rolechange() 663 (BTM_GetHCIConnHandle(p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == in btm_sco_disc_chk_pend_for_modechange()
|
D | btm_acl.cc | 1355 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function 1358 return bluetooth::shim::BTM_GetHCIConnHandle(remote_bda, transport); in BTM_GetHCIConnHandle() 2330 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, transport); in btm_remove_acl()
|
D | btm_ble.cc | 86 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in BTM_SecAddBleDevice() 87 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice()
|
/system/bt/stack/include/ |
D | btm_api.h | 1451 extern uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
|
/system/bt/main/shim/ |
D | btm_api.h | 2013 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
|
D | btm_api.cc | 1085 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 317 (BTM_GetHCIConnHandle(p_tcb->peer_bda, p_tcb->transport) != in gatt_update_app_use_link_flag()
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 3280 BTM_GetHCIConnHandle(p_scb->PeerAddress(), BT_TRANSPORT_BR_EDR); in bta_av_offload_codec_builder()
|