Searched refs:PORT_SetEventMaskAndCallback (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | rfcomm_fuzzer.cc | 130 status = PORT_SetEventMaskAndCallback(*server_handle, PORT_EV_RXCHAR, port_event_cback); in ServerInit() 175 status = PORT_SetEventMaskAndCallback(*client_handle, PORT_EV_RXCHAR, port_event_cback); in ClientInit()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_rfcomm_port_api.cc | 55 int PORT_SetEventMaskAndCallback(uint16_t /* port_handle */, uint32_t /* mask */, in PORT_SetEventMaskAndCallback() function
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 139 ASSERT_EQ(PORT_SetEventMaskAndCallback(*server_handle, PORT_EV_RXCHAR, event_callback), in StartServerPort() 266 ASSERT_EQ(PORT_SetEventMaskAndCallback(*client_handle, PORT_EV_RXCHAR, event_callback), in StartClientPort() 648 status = PORT_SetEventMaskAndCallback(server_handle, PORT_EV_RXCHAR, port_event_cback_0); in TEST_F() 661 status = PORT_SetEventMaskAndCallback(client_handle_1, PORT_EV_RXCHAR, port_event_cback_1); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 165 if (PORT_SetEventMaskAndCallback(handle, PORT_EV_RXCHAR, bta_hf_client_port_cback) != in bta_hf_client_setup_port()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | port_api.h | 308 [[nodiscard]] int PORT_SetEventMaskAndCallback(uint16_t port_handle, uint32_t mask,
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_rfc.cc | 222 if (PORT_SetEventMaskAndCallback(handle, BTA_AG_PORT_EV_MASK, in bta_ag_setup_port()
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 1561 if (PORT_SetEventMaskAndCallback(handle, event_mask, bta_jv_port_event_cl_cback) != in bta_jv_rfcomm_connect() 1823 if (PORT_SetEventMaskAndCallback(p_pcb->port_handle, event_mask, in bta_jv_add_rfc_port() 1907 if (PORT_SetEventMaskAndCallback(handle, event_mask, bta_jv_port_event_sr_cback) != in bta_jv_rfcomm_start_server()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | port_api.cc | 370 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback() function
|