Searched refs:cleanup_rfc_slot (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_rfc.cc | 119 static void cleanup_rfc_slot(rfc_slot_t* rs, btsock_error_code_t error_code); 156 cleanup_rfc_slot(&rfc_slots[i], BTSOCK_ERROR_NONE); in btsock_rfc_cleanup() 471 cleanup_rfc_slot(slot, BTSOCK_ERROR_CONNECTION_FAILURE); in btsock_rfc_connect() 477 cleanup_rfc_slot(slot, BTSOCK_ERROR_SEND_SCN_FAILURE); in btsock_rfc_connect() 540 static void cleanup_rfc_slot(rfc_slot_t* slot, btsock_error_code_t error_code) { in cleanup_rfc_slot() function 631 cleanup_rfc_slot(slot, BTSOCK_ERROR_CLIENT_INIT_FAILURE); in on_cl_rfc_init() 646 cleanup_rfc_slot(slot, BTSOCK_ERROR_SERVER_START_FAILURE); in on_srv_rfc_listen_started() 693 cleanup_rfc_slot(accept_rs, BTSOCK_ERROR_OFFLOAD_SERVER_NOT_ACCEPTING); in on_srv_rfc_connect_offload() 696 cleanup_rfc_slot(accept_rs, BTSOCK_ERROR_OFFLOAD_HAL_OPEN_FAILURE); in on_srv_rfc_connect_offload() 781 cleanup_rfc_slot(slot, BTSOCK_ERROR_OFFLOAD_HAL_OPEN_FAILURE); in on_cli_rfc_connect_offload() [all …]
|