Searched refs:PORT_CheckConnection (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_rfcomm_port_api.cc | 52 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, in PORT_CheckConnection() function
|
/aosp12/system/bt/stack/include/ |
H A D | port_api.h | 274 extern int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr,
|
/aosp12/system/bt/bta/hf_client/ |
H A D | bta_hf_client_rfc.cc | 102 int status = PORT_CheckConnection(port_handle, &peer_addr, &lcid); in bta_hf_client_mgmt_cback()
|
H A D | bta_hf_client_act.cc | 170 int status = PORT_CheckConnection(client_cb->conn_handle, &dev_addr, &lcid); in bta_hf_client_rfc_acp_open()
|
/aosp12/system/bt/bta/jv/ |
H A D | bta_jv_act.cc | 454 PORT_CheckConnection(bta_jv_cb.port_cb[j].port_handle, in bta_jv_alloc_set_pm_profile_cb() 1215 PORT_CheckConnection(port_handle, &rem_bda, &lcid); in bta_jv_port_mgmt_cl_cback() 1398 int status = PORT_CheckConnection(port_handle, &rem_bda, &lcid); in bta_jv_port_mgmt_sr_cback()
|
/aosp12/system/bt/bta/ag/ |
H A D | bta_ag_act.cc | 522 int status = PORT_CheckConnection(data.rfc.port_handle, &dev_addr, &lcid); in bta_ag_rfc_acp_open()
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | port_api.cc | 456 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, in PORT_CheckConnection() function
|