Searched refs:RFCOMM_RemoveConnection (Results 1 – 6 of 6) sorted by relevance
198 extern int RFCOMM_RemoveConnection(uint16_t handle);
282 RFCOMM_RemoveConnection(client_cb->conn_handle); in bta_hf_client_rfc_do_close()
369 RFCOMM_RemoveConnection(p_scb->conn_handle); in bta_ag_rfc_do_close()
550 status = RFCOMM_RemoveConnection(ag_scb.conn_handle); in bta_ag_rfc_acp_open()
306 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()
241 int RFCOMM_RemoveConnection(uint16_t handle) { in RFCOMM_RemoveConnection() function