Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc61 int PORT_SetEventMaskAndCallback(uint16_t /* port_handle */, in PORT_SetEventMaskAndCallback() function
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc144 ASSERT_EQ(PORT_SetEventMaskAndCallback(*server_handle, PORT_EV_RXCHAR, in StartServerPort()
290 ASSERT_EQ(PORT_SetEventMaskAndCallback(*client_handle, PORT_EV_RXCHAR, in StartClientPort()
734 status = PORT_SetEventMaskAndCallback(server_handle, PORT_EV_RXCHAR, in TEST_F()
748 status = PORT_SetEventMaskAndCallback(client_handle_1, PORT_EV_RXCHAR, in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h294 [[nodiscard]] int PORT_SetEventMaskAndCallback(uint16_t port_handle,
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc173 if (PORT_SetEventMaskAndCallback(handle, PORT_EV_RXCHAR, in bta_hf_client_setup_port()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc231 if (PORT_SetEventMaskAndCallback( in bta_ag_setup_port()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1510 if (PORT_SetEventMaskAndCallback( in bta_jv_rfcomm_connect()
1773 if (PORT_SetEventMaskAndCallback(p_pcb->port_handle, event_mask, in bta_jv_add_rfc_port()
1853 if (PORT_SetEventMaskAndCallback( in bta_jv_rfcomm_start_server()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc374 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, in PORT_SetEventMaskAndCallback() function