Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_rfcomm_port_api.cc52 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, in PORT_CheckConnection() function
/aosp12/system/bt/stack/include/
H A Dport_api.h274 extern int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr,
/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_rfc.cc102 int status = PORT_CheckConnection(port_handle, &peer_addr, &lcid); in bta_hf_client_mgmt_cback()
H A Dbta_hf_client_act.cc170 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 Dbta_jv_act.cc454 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 Dbta_ag_act.cc522 int status = PORT_CheckConnection(data.rfc.port_handle, &dev_addr, &lcid); in bta_ag_rfc_acp_open()
/aosp12/system/bt/stack/rfcomm/
H A Dport_api.cc456 int PORT_CheckConnection(uint16_t handle, RawAddress* bd_addr, in PORT_CheckConnection() function