Searched refs:RFCOMM_EventCallback (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection.h | 77 explicit HfpAgRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpAgRfcommConnection() 162 RFCOMM_EventCallback fn_;
|
H A D | hfp_ag_rfcomm_connection_server.h | 47 int RegisterServer(RFCOMM_EventCallback fn) const;
|
H A D | hfp_ag_rfcomm_connection_server.cpp | 23 int HfpAgRfcommConnectionServer::RegisterServer(RFCOMM_EventCallback fn) const in RegisterServer()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_rfcomm_connection.h | 77 explicit HfpHfRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpHfRfcommConnection() 161 RFCOMM_EventCallback fn_;
|
H A D | hfp_hf_rfcomm_connection_server.h | 47 int RegisterServer(RFCOMM_EventCallback fn) const;
|
H A D | hfp_hf_rfcomm_connection_server.cpp | 23 int HfpHfRfcommConnectionServer::RegisterServer(RFCOMM_EventCallback fn) const in RegisterServer()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | rfcomm.h | 192 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 D | rfcomm_defs.h | 333 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 D | rfcomm_server.c | 72 uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) in RfcommCreateServer()
|
H A D | rfcomm_api.c | 282 RFCOMM_EventCallback callback; 321 RFCOMM_EventCallback callback, void *context) in RFCOMM_RegisterServer()
|
H A D | rfcomm.c | 187 RFCOMM_EventCallback callback, void *context) in RfcommRegisterServer()
|
Completed in 6 milliseconds