/system/bt/stack/btm/ |
D | ble_scanner_hci_interface.cc | 148 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSyncTransfer() 165 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSetInfoTransfer() 183 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in SetPeriodicAdvSyncTransferParams() 264 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSyncTransfer() 280 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSetInfoTransfer() 297 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in SetPeriodicAdvSyncTransferParams()
|
D | btm_client_interface.cc | 32 .BTM_GetHCIConnHandle = BTM_GetHCIConnHandle,
|
D | btm_dev.cc | 75 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in BTM_SecAddDevice() 237 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev() 238 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in btm_sec_alloc_dev()
|
D | btm_sco.cc | 359 acl_handle = BTM_GetHCIConnHandle(*remote_bda, BT_TRANSPORT_BR_EDR); in BTM_CreateSco() 500 BTM_GetHCIConnHandle(p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR); in btm_sco_chk_pend_unpark() 535 ((acl_handle = BTM_GetHCIConnHandle( in btm_sco_chk_pend_rolechange() 571 (BTM_GetHCIConnHandle(p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == in btm_sco_disc_chk_pend_for_modechange()
|
D | btm_ble.cc | 71 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in BTM_SecAddBleDevice() 72 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice() 681 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SetBleDataLength() 754 uint16_t handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_BleReadPhy() 784 uint16_t handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_BleSetPhy()
|
D | btm_sec.cc | 1506 p_dev_rec->hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_BR_EDR); in btm_sec_l2cap_access_req_by_requirement()
|
/system/bt/stack/include/ |
D | btm_api.h | 768 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
|
D | btm_client_interface.h | 35 uint16_t (*BTM_GetHCIConnHandle)(const RawAddress& bd_addr, member
|
/system/bt/test/mock/ |
D | mock_stack_acl.cc | 201 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function
|
D | mock_main_shim_btm_api.cc | 222 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
|
/system/bt/main/shim/ |
D | btm_api.h | 1731 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
|
D | btm_api.cc | 1281 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 226 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 | 338 (BTM_GetHCIConnHandle(p_tcb->peer_bda, p_tcb->transport) != in gatt_update_app_use_link_flag()
|
/system/bt/stack/acl/ |
D | btm_acl.cc | 1244 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function 1247 return bluetooth::shim::BTM_GetHCIConnHandle(remote_bda, transport); in BTM_GetHCIConnHandle()
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 3192 get_btm_client_interface().lifecycle.BTM_GetHCIConnHandle( in bta_av_offload_codec_builder()
|