Searched refs:PORT_CheckConnection (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_rfcomm_port_api.cc | 34 int PORT_CheckConnection(uint16_t /* handle */, RawAddress* /* bd_addr */, in PORT_CheckConnection() function
|
/packages/modules/Bluetooth/system/stack/include/ |
D | port_api.h | 324 [[nodiscard]] int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr,
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 108 int status = PORT_CheckConnection(port_handle, &peer_addr, &lcid); in bta_hf_client_mgmt_cback()
|
D | bta_hf_client_act.cc | 175 int status = PORT_CheckConnection(client_cb->conn_handle, &dev_addr, &lcid); in bta_hf_client_rfc_acp_open()
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 536 PORT_CheckConnection(bta_jv_cb.port_cb[j].port_handle, in bta_jv_alloc_set_pm_profile_cb() 1395 if (PORT_CheckConnection(port_handle, &rem_bda, &lcid) != PORT_SUCCESS) { in bta_jv_port_mgmt_cl_cback() 1614 int status = PORT_CheckConnection(port_handle, &rem_bda, &lcid); in bta_jv_port_mgmt_sr_cback()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_act.cc | 566 int status = PORT_CheckConnection(data.rfc.port_handle, &dev_addr, &lcid); in bta_ag_rfc_acp_open()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | port_api.cc | 456 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, in PORT_CheckConnection() function
|