Home
last modified time | relevance | path

Searched refs:RfcommIncomingInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection_server.cpp78 …auto evtData = const_cast<RfcommIncomingInfo *>(static_cast<const RfcommIncomingInfo *>(eventData)… in DataConnectionServerCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection_server.cpp79 …auto evtData = const_cast<RfcommIncomingInfo *>(static_cast<const RfcommIncomingInfo *>(eventData)… in DataConnectionServerCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp163 RfcommIncomingInfo incomingEvent; in TransportRfcEventCallback()
164 … (void)memcpy_s(&incomingEvent, sizeof(RfcommIncomingInfo), eventData, sizeof(RfcommIncomingInfo)); in TransportRfcEventCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h102 } RfcommIncomingInfo; typedef
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c528 RfcommIncomingInfo eventInfo; in RfcommRecvSabm()