Home
last modified time | relevance | path

Searched refs:RFCOMM_RemoveConnection (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Dport_api.h198 extern int RFCOMM_RemoveConnection(uint16_t handle);
/system/bt/bta/hf_client/
Dbta_hf_client_rfc.cc282 RFCOMM_RemoveConnection(client_cb->conn_handle); in bta_hf_client_rfc_do_close()
/system/bt/bta/ag/
Dbta_ag_rfc.cc369 RFCOMM_RemoveConnection(p_scb->conn_handle); in bta_ag_rfc_do_close()
Dbta_ag_act.cc550 status = RFCOMM_RemoveConnection(ag_scb.conn_handle); in bta_ag_rfc_acp_open()
/system/bt/bta/jv/
Dbta_jv_act.cc306 port_status = RFCOMM_RemoveConnection(p_pcb->port_handle); in bta_jv_free_rfc_cb()
1396 if (handle) RFCOMM_RemoveConnection(handle); in bta_jv_rfcomm_connect()
1711 if (handle) RFCOMM_RemoveConnection(handle); in bta_jv_rfcomm_start_server()
/system/bt/stack/rfcomm/
Dport_api.cc241 int RFCOMM_RemoveConnection(uint16_t handle) { in RFCOMM_RemoveConnection() function