Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.c118 btif_rc_reg_notifications_t rc_notif[MAX_RC_NOTIFICATIONS]; member
480 memset(btif_rc_cb.rc_notif, 0, sizeof(btif_rc_cb.rc_notif)); in handle_rc_disconnect()
744 btif_rc_cb.rc_notif[event_id-1].bNotify = TRUE; in handle_rc_metamsg_cmd()
745 btif_rc_cb.rc_notif[event_id-1].label = pmeta_msg->label; in handle_rc_metamsg_cmd()
966 BOOLEAN bNotify = (btif_rc_cb.rc_connected) && (btif_rc_cb.rc_notif[event_id-1].bNotify); in send_metamsg_rsp()
969 btif_rc_cb.rc_notif[event_id-1].bNotify = FALSE; in send_metamsg_rsp()
983 BTA_AvMetaRsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_notif[event_id-1].label, in send_metamsg_rsp()
1138 btif_rc_cb.rc_notif[BTRC_EVT_PLAY_POS_CHANGED - 1].bNotify = FALSE; in btif_rc_upstreams_evt()
1358 if (btif_rc_cb.rc_notif[event_id-1].bNotify == FALSE) in register_notification_rsp()
1389 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_notif[event_id-1].label, in register_notification_rsp()