Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc199 list_t* rc_supported_event_list; member
417 if (p_dev->rc_supported_event_list != nullptr) { in initialize_device()
418 list_clear(p_dev->rc_supported_event_list); in initialize_device()
420 p_dev->rc_supported_event_list = nullptr; in initialize_device()
2811 list_remove(p_dev->rc_supported_event_list, p_event); in iterate_supported_event_list_for_timeout()
2830 if (p_dev == NULL || p_dev->rc_supported_event_list) { in rc_notification_interim_timout()
2841 list_foreach(p_dev->rc_supported_event_list, in rc_notification_interim_timout()
2846 node = list_begin(p_dev->rc_supported_event_list); in rc_notification_interim_timout()
3164 p_dev->rc_supported_event_list = list_new(osi_free); in handle_get_capability_response()
3179 list_append(p_dev->rc_supported_event_list, p_event); in handle_get_capability_response()
[all …]