Home
last modified time | relevance | path

Searched refs:BTM_GetHCIConnHandle (Results 1 – 16 of 16) sorted by relevance

/system/bt/stack/btm/
Dble_scanner_hci_interface.cc148 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()
Dbtm_client_interface.cc32 .BTM_GetHCIConnHandle = BTM_GetHCIConnHandle,
Dbtm_dev.cc75 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()
Dbtm_sco.cc359 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()
Dbtm_ble.cc71 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()
Dbtm_sec.cc1506 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/
Dbtm_api.h768 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
Dbtm_client_interface.h35 uint16_t (*BTM_GetHCIConnHandle)(const RawAddress& bd_addr, member
/system/bt/test/mock/
Dmock_stack_acl.cc201 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function
Dmock_main_shim_btm_api.cc222 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h1731 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
Dbtm_api.cc1281 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc226 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
/system/bt/stack/gatt/
Dgatt_main.cc338 (BTM_GetHCIConnHandle(p_tcb->peer_bda, p_tcb->transport) != in gatt_update_app_use_link_flag()
/system/bt/stack/acl/
Dbtm_acl.cc1244 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/
Dbta_av_aact.cc3192 get_btm_client_interface().lifecycle.BTM_GetHCIConnHandle( in bta_av_offload_codec_builder()