Searched refs:AvctChannelEventCallback (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 105 typedef void (*AvctChannelEventCallback)( typedef 123 AvctChannelEventCallback chEvtCallback; // HCI Event callback
|
/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 eventCallback, 53 AvctChannelEventCallback eventCallback_ {nullptr}; 143 uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback);
|
H A D | avrcp_tg_connection.cpp | 26 uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallback, in AvrcTgConnectInfo() 93 uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, AvctChannelEventCallback eventCallback, in Add()
|
H A D | avrcp_tg_profile.h | 353 utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback); 1017 AvctChannelEventCallback eventCallback_ {nullptr};
|
H A D | avrcp_tg_profile.cpp | 34 utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, AvctMsgCallback msgCallback) in AvrcTgProfile()
|
/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 msgCallback); 1028 AvctChannelEventCallback eventCallback_ {nullptr};
|
H A D | avrcp_ct_connection.cpp | 25 uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, bool absVolume, AvctChannelEventCallback eventCallback, in AvrcCtConnectInfo() 110 uint16_t browseMtu, uint32_t companyId, uint16_t uidCounter, bool absVolume, AvctChannelEventCallback eventCallback, in Add()
|
H A D | avrcp_ct_profile.cpp | 34 uint8_t maxFragments, utility::Dispatcher *dispatcher, AvctChannelEventCallback eventCallback, in AvrcCtProfile()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_conn.c | 82 AvctChannelEventCallback cback = cbConn->connParam.chEvtCallback; in AvctCbConnEvtCallback()
|
Completed in 16 milliseconds