Home
last modified time | relevance | path

Searched refs:PORT_CheckConnection (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc34 int PORT_CheckConnection(uint16_t /* handle */, RawAddress* /* bd_addr */, in PORT_CheckConnection() function
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h324 [[nodiscard]] int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr,
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc108 int status = PORT_CheckConnection(port_handle, &peer_addr, &lcid); in bta_hf_client_mgmt_cback()
Dbta_hf_client_act.cc175 int status = PORT_CheckConnection(client_cb->conn_handle, &dev_addr, &lcid); in bta_hf_client_rfc_acp_open()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc536 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/
Dbta_ag_act.cc566 int status = PORT_CheckConnection(data.rfc.port_handle, &dev_addr, &lcid); in bta_ag_rfc_acp_open()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc456 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, in PORT_CheckConnection() function