HomeSort by relevance Sort by last modified time
    Searched refs:inq_active (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 493 if (p_inq->inq_active || p_inq->inqfilt_active)
522 p_inq->inq_active = (UINT8)((p_inqparms->mode == BTM_LIMITED_INQUIRY) ?
583 if (btm_cb.btm_inq_vars.inq_active & BTM_PERIODIC_INQUIRY_ACTIVE)
585 btm_cb.btm_inq_vars.inq_active = BTM_INQUIRY_INACTIVE;
739 return(btm_cb.btm_inq_vars.inq_active);
760 UINT8 active_mode=p_inq->inq_active;
769 if ((p_inq->inq_active &BTM_INQUIRY_ACTIVE_MASK) != 0 &&
770 (!(p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE)))
772 p_inq->inq_active = BTM_INQUIRY_INACTIVE;
    [all...]
btm_ble_gap.c     [all...]
btm_pm.c     [all...]
btm_int.h 345 UINT8 inq_active; /* Bit Mask indicating type of inquiry is active */ member in struct:__anon5868
    [all...]

Completed in 39 milliseconds