Searched refs:PORT_SetEventMaskAndCallback (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_rfcomm_port_api.cc | 61 int PORT_SetEventMaskAndCallback(uint16_t /* port_handle */, in PORT_SetEventMaskAndCallback() function
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 144 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/ |
D | port_api.h | 294 [[nodiscard]] int PORT_SetEventMaskAndCallback(uint16_t port_handle,
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 173 if (PORT_SetEventMaskAndCallback(handle, PORT_EV_RXCHAR, in bta_hf_client_setup_port()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_rfc.cc | 231 if (PORT_SetEventMaskAndCallback( in bta_ag_setup_port()
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 1510 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/ |
D | port_api.cc | 374 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, in PORT_SetEventMaskAndCallback() function
|