Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c473 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()
554 if (btm_cb.btm_inq_vars.inq_active & BTM_PERIODIC_INQUIRY_ACTIVE) in BTM_CancelPeriodicInquiry()
556 btm_cb.btm_inq_vars.inq_active = BTM_INQUIRY_INACTIVE; in BTM_CancelPeriodicInquiry()
710 return(btm_cb.btm_inq_vars.inq_active); in BTM_IsInquiryActive()
731 UINT8 active_mode=p_inq->inq_active; in BTM_CancelInquiry()
740 if ((p_inq->inq_active &BTM_INQUIRY_ACTIVE_MASK) != 0 && in BTM_CancelInquiry()
741 (!(p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE))) in BTM_CancelInquiry()
743 p_inq->inq_active = BTM_INQUIRY_INACTIVE; in BTM_CancelInquiry()
831 if (p_inq->inq_active || p_inq->inqfilt_active) in BTM_StartInquiry()
[all …]
Dbtm_ble_gap.c1953 …UG("btm_ble_start_inquiry: mode = %02x inq_active = 0x%02x", mode, btm_cb.btm_inq_vars.inq_active); in btm_ble_start_inquiry()
1991 p_inq->inq_active |= mode; in btm_ble_start_inquiry()
1994 BTM_TRACE_DEBUG("btm_ble_start_inquiry inq_active = 0x%02x", p_inq->inq_active); in btm_ble_start_inquiry()
2347 if ((btm_cb.btm_inq_vars.inq_active & BTM_BLE_GENERAL_INQUIRY) && in btm_ble_is_discoverable()
2354 else if (btm_cb.btm_inq_vars.inq_active & BTM_BLE_LIMITED_INQUIRY && in btm_ble_is_discoverable()
2826 if ((p_inq->inq_active & BTM_BR_INQ_ACTIVE_MASK) != 0 && in btm_ble_process_adv_pkt_cont()
2827 (p_inq->inq_active & BTM_PERIODIC_INQUIRY_ACTIVE) == 0) in btm_ble_process_adv_pkt_cont()
Dbtm_pm.c970 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()
Dbtm_int.h303 UINT8 inq_active; /* Bit Mask indicating type of inquiry is active */ member