Searched refs:rc_notif (Results 1 - 1 of 1) sorted by path

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c116 btif_rc_reg_notifications_t rc_notif[MAX_RC_NOTIFICATIONS]; member in struct:__anon1089
485 memset(btif_rc_cb.rc_notif, 0, sizeof(btif_rc_cb.rc_notif));
740 btif_rc_cb.rc_notif[event_id-1].bNotify = TRUE;
741 btif_rc_cb.rc_notif[event_id-1].label = pmeta_msg->label;
963 BOOLEAN bNotify = (btif_rc_cb.rc_connected) && (btif_rc_cb.rc_notif[event_id-1].bNotify);
966 btif_rc_cb.rc_notif[event_id-1].bNotify = FALSE;
980 BTA_AvMetaRsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_notif[event_id-1].label,
1111 btif_rc_cb.rc_notif[BTRC_EVT_PLAY_POS_CHANGED - 1].bNotify = FALSE;
1333 if (btif_rc_cb.rc_notif[event_i
[all...]

Completed in 243 milliseconds