Home
last modified time | relevance | path

Searched refs:DisableNotifyState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp1086 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_PLAYBACK_STATUS_CHANGED); in SendPlaybackStatusChangedRsp()
1116 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_TRACK_CHANGED); in SendTrackChangedRsp()
1144 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_TRACK_REACHED_END); in SendTrackReachedEndRsp()
1173 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_TRACK_REACHED_START); in SendTrackReachedStartRsp()
1204 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_PLAYBACK_POS_CHANGED); in SendPlaybackPosChangedRsp()
1235 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_PLAYER_APPLICATION_SETTING_CHANGED); in SendPlayerApplicationSettingChangedRsp()
1264 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_NOW_PLAYING_CONTENT_CHANGED); in SendNowPlayingContentChangedRsp()
1293 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_AVAILABLE_PLAYERS_CHANGED); in SendAvailablePlayersChangedRsp()
1325 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_ADDRESSED_PLAYER_CHANGED); in SendAddressedPlayerChangedRsp()
1355 cnManager->DisableNotifyState(rawAddr, AVRC_TG_EVENT_ID_UIDS_CHANGED); in SendUidsChangedRsp()
[all …]
H A Davrcp_tg_connection.h281 void DisableNotifyState(const RawAddress &rawAddr, uint8_t notification);
H A Davrcp_tg_connection.cpp333 void AvrcTgConnectManager::DisableNotifyState(const RawAddress &rawAddr, uint8_t notification) in DisableNotifyState() function in OHOS::bluetooth::AvrcTgConnectManager
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h253 void DisableNotifyState(const RawAddress &rawAddr, uint8_t notification);
H A Davrcp_ct_connection.cpp284 void AvrcCtConnectManager::DisableNotifyState(const RawAddress &rawAddr, uint8_t notification) in DisableNotifyState() function in OHOS::bluetooth::AvrcCtConnectManager
H A Davrcp_ct_profile.cpp1290 cnManager->DisableNotifyState(rawAddr, event); in DisableNotification()