Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.c180 btif_rc_player_app_settings_t rc_app_settings; member
652 memset(&btif_rc_cb.rc_app_settings, 0, in handle_rc_disconnect()
2494 if ((p_event == NULL) && (btif_rc_cb.rc_app_settings.query_started == false)) in handle_notification_response()
2499 btif_rc_cb.rc_app_settings.query_started = TRUE; in handle_notification_response()
2626 st_index = btif_rc_cb.rc_app_settings.num_ext_attrs; in handle_app_attr_response()
2627 btif_rc_cb.rc_app_settings.ext_attrs[st_index].attr_id = p_rsp->attrs[xx]; in handle_app_attr_response()
2628 btif_rc_cb.rc_app_settings.num_ext_attrs++; in handle_app_attr_response()
2632 st_index = btif_rc_cb.rc_app_settings.num_attrs; in handle_app_attr_response()
2633 btif_rc_cb.rc_app_settings.attrs[st_index].attr_id = p_rsp->attrs[xx]; in handle_app_attr_response()
2634 btif_rc_cb.rc_app_settings.num_attrs++; in handle_app_attr_response()
[all …]