Searched refs:AvctChannelEventCallback (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 105 typedef void (*AvctChannelEventCallback)( typedef 123 AvctChannelEventCallback chEvtCallback; // HCI Event callback
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_connection.h | 39 …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 D | avrcp_tg_connection.cpp | 26 …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 D | avrcp_tg_profile.h | 353 …utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallba… 1017 AvctChannelEventCallback eventCallback_ {nullptr};
|
H A D | avrcp_tg_profile.cpp | 34 …utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallba… in AvrcTgProfile()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_connection.h | 44 AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback); 57 AvctChannelEventCallback eventCallback_ {nullptr}; 160 … uint32_t companyId, uint16_t uidCounter, bool absVolume, AvctChannelEventCallback eventCallback,
|
H A D | avrcp_ct_profile.h | 520 …utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallba… 1028 AvctChannelEventCallback eventCallback_ {nullptr};
|
H A D | avrcp_ct_connection.cpp | 25 …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 D | avrcp_ct_profile.cpp | 34 uint8_t maxFragments, utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, in AvrcCtProfile()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_conn.c | 82 AvctChannelEventCallback cback = cbConn->connParam.chEvtCallback; in AvctCbConnEvtCallback()
|