Home
last modified time | relevance | path

Searched refs:RFCOMM_EventCallback (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection.h77 explicit HfpAgRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpAgRfcommConnection()
162 RFCOMM_EventCallback fn_;
H A Dhfp_ag_rfcomm_connection_server.h47 int RegisterServer(RFCOMM_EventCallback fn) const;
H A Dhfp_ag_rfcomm_connection_server.cpp23 int HfpAgRfcommConnectionServer::RegisterServer(RFCOMM_EventCallback fn) const in RegisterServer()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection.h77 explicit HfpHfRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpHfRfcommConnection()
161 RFCOMM_EventCallback fn_;
H A Dhfp_hf_rfcomm_connection_server.h47 int RegisterServer(RFCOMM_EventCallback fn) const;
H A Dhfp_hf_rfcomm_connection_server.cpp23 int HfpHfRfcommConnectionServer::RegisterServer(RFCOMM_EventCallback fn) const in RegisterServer()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h192 typedef void (*RFCOMM_EventCallback)(uint16_t handle, uint32_t eventId, const void *eventData, void *context); typedef
202 RFCOMM_EventCallback callback;
251 RFCOMM_EventCallback callback, void *context);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_defs.h333 RFCOMM_EventCallback callBack;
358 RFCOMM_EventCallback callback;
394 RFCOMM_EventCallback callBack;
497 int RfcommRegisterServer(uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context);
606 uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context);
H A Drfcomm_server.c72 uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) in RfcommCreateServer()
H A Drfcomm_api.c282 RFCOMM_EventCallback callback;
321 RFCOMM_EventCallback callback, void *context) in RFCOMM_RegisterServer()
H A Drfcomm.c187 RFCOMM_EventCallback callback, void *context) in RfcommRegisterServer()

Completed in 10 milliseconds