Searched refs:RFCOMM_RemoveConnection (Results 1 – 7 of 7) sorted by relevance
122 if (RFCOMM_RemoveConnection(port_handle) != PORT_SUCCESS) { in bta_hf_client_mgmt_cback()290 if (RFCOMM_RemoveConnection(client_cb->conn_handle) != PORT_SUCCESS) { in bta_hf_client_rfc_do_close()
97 int RFCOMM_RemoveConnection(uint16_t /* handle */) { in RFCOMM_RemoveConnection() function
267 [[nodiscard]] int RFCOMM_RemoveConnection(uint16_t handle);
371 if (RFCOMM_RemoveConnection(p_scb->conn_handle) != PORT_SUCCESS) { in bta_ag_rfc_do_close()
594 status = RFCOMM_RemoveConnection(ag_scb.conn_handle); in bta_ag_rfc_acp_open()
351 port_status = RFCOMM_RemoveConnection(p_pcb->port_handle); in bta_jv_free_rfc_cb()1541 if (RFCOMM_RemoveConnection(handle) != PORT_SUCCESS) { in bta_jv_rfcomm_connect()1879 if (RFCOMM_RemoveConnection(handle) != PORT_SUCCESS) { in bta_jv_rfcomm_start_server()
303 int RFCOMM_RemoveConnection(uint16_t handle) { in RFCOMM_RemoveConnection() function