Home
last modified time | relevance | path

Searched refs:notifications_enabled (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Davrcp_target.c798 … if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_PLAYBACK_STATUS_CHANGED)) { in avrcp_target_set_playback_status()
814 if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_TRACK_CHANGED)) { in avrcp_target_register_track_changed()
857 …if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_NOW_PLAYING_CONTENT_CHANGED… in avrcp_target_playing_content_changed()
877 …if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_ADDRESSED_PLAYER_CHANGED)) { in avrcp_target_addressed_player_changed()
892 if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_UIDS_CHANGED)) { in avrcp_target_uids_changed()
910 if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_BATT_STATUS_CHANGED)) { in avrcp_target_battery_status_changed()
938 if (connection->notifications_enabled & (1 << AVRCP_NOTIFICATION_EVENT_VOLUME_CHANGED )) { in avrcp_target_volume_changed()
1273 connection->notifications_enabled |= event_mask; in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1379 connection->notifications_enabled &= ~(1 << notification_id); in avrcp_target_reset_notification()
H A Davrcp_controller.c754 if ( (connection->notifications_enabled & (1 << event_id)) != 0){ in avrcp_controller_register_notification()
816 connection->notifications_enabled |= event_mask; in avrcp_controller_handle_notification()
832 connection->notifications_enabled &= reset_event_mask; in avrcp_controller_handle_notification()
1747 if ((connection->notifications_enabled & (1 << event_id)) == 0){ in avrcp_controller_disable_notification()
H A Davrcp.h684 uint16_t notifications_enabled; member