Home
last modified time | relevance | path

Searched refs:AvctChannelEventCallback (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davctp.h105 typedef void (*AvctChannelEventCallback)( typedef
123 AvctChannelEventCallback chEvtCallback; // HCI Event callback
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.h39 …uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallbac…
53 AvctChannelEventCallback eventCallback_ {nullptr};
143 …uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallback, AvctMsgCallback m…
H A Davrcp_tg_connection.cpp26 …uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallbac… in AvrcTgConnectInfo()
93 …uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallbac… in Add()
H A Davrcp_tg_profile.h353 …utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallba…
1017 AvctChannelEventCallback eventCallback_ {nullptr};
H A Davrcp_tg_profile.cpp34 …utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallba… in AvrcTgProfile()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h44 AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback);
57 AvctChannelEventCallback eventCallback_ {nullptr};
160 … uint32_t companyId, uint16_t uidCounter, bool absVolume, AvctChannelEventCallback eventCallback,
H A Davrcp_ct_profile.h520 …utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallba…
1028 AvctChannelEventCallback eventCallback_ {nullptr};
H A Davrcp_ct_connection.cpp25 …seMtu, uint32_t companyId, uint16_t uidCounter, bool absVolume, AvctChannelEventCallback eventCall… in AvrcCtConnectInfo()
110 …seMtu, uint32_t companyId, uint16_t uidCounter, bool absVolume, AvctChannelEventCallback eventCall… in Add()
H A Davrcp_ct_profile.cpp34 uint8_t maxFragments, utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, in AvrcCtProfile()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_conn.c82 AvctChannelEventCallback cback = cbConn->connParam.chEvtCallback; in AvctCbConnEvtCallback()