Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_dev.cc77 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()
Dbtm_sco.cc449 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()
Dbtm_acl.cc1355 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()
Dbtm_ble.cc86 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/
Dbtm_api.h1451 extern uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
/system/bt/main/shim/
Dbtm_api.h2013 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
Dbtm_api.cc1085 uint16_t bluetooth::shim::BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle() function in bluetooth::shim
/system/bt/stack/gatt/
Dgatt_main.cc317 (BTM_GetHCIConnHandle(p_tcb->peer_bda, p_tcb->transport) != in gatt_update_app_use_link_flag()
/system/bt/bta/av/
Dbta_av_aact.cc3280 BTM_GetHCIConnHandle(p_scb->PeerAddress(), BT_TRANSPORT_BR_EDR); in bta_av_offload_codec_builder()