Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c471 if (p_inq->inq_active || p_inq->inqfilt_active) { in BTM_SetPeriodicInquiryMode()
502 p_inq->inq_active = (UINT8)((p_inqparms->mode == BTM_LIMITED_INQUIRY) ? in BTM_SetPeriodicInquiryMode()
553 if (btm_cb.btm_inq_vars.inq_active & BTM_PERIODIC_INQUIRY_ACTIVE) { in BTM_CancelPeriodicInquiry()
554 btm_cb.btm_inq_vars.inq_active = BTM_INQUIRY_INACTIVE; in BTM_CancelPeriodicInquiry()
701 return (btm_cb.btm_inq_vars.inq_active); in BTM_IsInquiryActive()
722 UINT8 active_mode = p_inq->inq_active; in BTM_CancelInquiry()
732 if ((p_inq->inq_active & BTM_INQUIRY_ACTIVE_MASK) != 0 && in BTM_CancelInquiry()
733 (!(p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE))) { in BTM_CancelInquiry()
734 p_inq->inq_active = BTM_INQUIRY_INACTIVE; in BTM_CancelInquiry()
821 if (p_inq->inq_active || p_inq->inqfilt_active) { in BTM_StartInquiry()
[all …]
Dbtm_ble_gap.c2785 …UG("btm_ble_start_inquiry: mode = %02x inq_active = 0x%02x", mode, btm_cb.btm_inq_vars.inq_active); in btm_ble_start_inquiry()
2818 p_inq->inq_active |= mode; in btm_ble_start_inquiry()
2821 BTM_TRACE_DEBUG("btm_ble_start_inquiry inq_active = 0x%02x", p_inq->inq_active); in btm_ble_start_inquiry()
3183 if ((btm_cb.btm_inq_vars.inq_active & BTM_BLE_GENERAL_INQUIRY) && in btm_ble_is_discoverable()
3189 else if (btm_cb.btm_inq_vars.inq_active & BTM_BLE_LIMITED_INQUIRY && in btm_ble_is_discoverable()
3797 if ((p_inq->inq_active & BTM_BR_INQ_ACTIVE_MASK) != 0 && in btm_ble_process_adv_pkt_cont()
3798 (p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE) == 0) { in btm_ble_process_adv_pkt_cont()
Dbtm_pm.c928 … 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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h369 UINT8 inq_active; /* Bit Mask indicating type of inquiry is active */ member