Searched refs:inq_active (Results 1 – 4 of 4) sorted by relevance
479 if (p_inq->inq_active || p_inq->inqfilt_active) in BTM_SetPeriodicInquiryMode()508 p_inq->inq_active = (UINT8)((p_inqparms->mode == BTM_LIMITED_INQUIRY) ? in BTM_SetPeriodicInquiryMode()560 if (btm_cb.btm_inq_vars.inq_active & BTM_PERIODIC_INQUIRY_ACTIVE) in BTM_CancelPeriodicInquiry()562 btm_cb.btm_inq_vars.inq_active = BTM_INQUIRY_INACTIVE; in BTM_CancelPeriodicInquiry()716 return(btm_cb.btm_inq_vars.inq_active); in BTM_IsInquiryActive()737 UINT8 active_mode=p_inq->inq_active; in BTM_CancelInquiry()746 if ((p_inq->inq_active &BTM_INQUIRY_ACTIVE_MASK) != 0 && in BTM_CancelInquiry()747 (!(p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE))) in BTM_CancelInquiry()749 p_inq->inq_active = BTM_INQUIRY_INACTIVE; in BTM_CancelInquiry()837 if (p_inq->inq_active || p_inq->inqfilt_active) in BTM_StartInquiry()[all …]
1973 …UG("btm_ble_start_inquiry: mode = %02x inq_active = 0x%02x", mode, btm_cb.btm_inq_vars.inq_active); in btm_ble_start_inquiry()2011 p_inq->inq_active |= mode; in btm_ble_start_inquiry()2014 BTM_TRACE_DEBUG("btm_ble_start_inquiry inq_active = 0x%02x", p_inq->inq_active); in btm_ble_start_inquiry()2379 if ((btm_cb.btm_inq_vars.inq_active & BTM_BLE_GENERAL_INQUIRY) && in btm_ble_is_discoverable()2386 else if (btm_cb.btm_inq_vars.inq_active & BTM_BLE_LIMITED_INQUIRY && in btm_ble_is_discoverable()2860 if ((p_inq->inq_active & BTM_BR_INQ_ACTIVE_MASK) != 0 && in btm_ble_process_adv_pkt_cont()2861 (p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE) == 0) in btm_ble_process_adv_pkt_cont()
1002 if ((btm_cb.btm_inq_vars.inq_active & (BTM_BR_INQ_ACTIVE_MASK | BTM_BLE_INQ_ACTIVE_MASK)) != 0) in btm_pm_device_in_scan_state()
297 UINT8 inq_active; /* Bit Mask indicating type of inquiry is active */ member