Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc122 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()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc97 int RFCOMM_RemoveConnection(uint16_t /* handle */) { in RFCOMM_RemoveConnection() function
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h267 [[nodiscard]] int RFCOMM_RemoveConnection(uint16_t handle);
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc371 if (RFCOMM_RemoveConnection(p_scb->conn_handle) != PORT_SUCCESS) { in bta_ag_rfc_do_close()
Dbta_ag_act.cc594 status = RFCOMM_RemoveConnection(ag_scb.conn_handle); in bta_ag_rfc_acp_open()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc351 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()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc303 int RFCOMM_RemoveConnection(uint16_t handle) { in RFCOMM_RemoveConnection() function