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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c65 #define BTIF_AV_FLAG_LOCAL_SUSPEND_PENDING 0x1 macro
709 btif_av_cb.flags |= BTIF_AV_FLAG_LOCAL_SUSPEND_PENDING;
755 btif_av_cb.flags &= ~BTIF_AV_FLAG_LOCAL_SUSPEND_PENDING;
772 if ((btif_av_cb.flags & BTIF_AV_FLAG_LOCAL_SUSPEND_PENDING) == 0)
785 btif_av_cb.flags &= ~BTIF_AV_FLAG_LOCAL_SUSPEND_PENDING;
1151 if (btif_av_cb.flags & (BTIF_AV_FLAG_LOCAL_SUSPEND_PENDING | BTIF_AV_FLAG_REMOTE_SUSPEND

Completed in 220 milliseconds