Home
last modified time | relevance | path

Searched refs:BTM_BLE_OBSERVE (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c194 p_inq->proc_mode = BTM_BLE_OBSERVE; in BTM_BleObserve()
213 else if (p_inq->proc_mode == BTM_BLE_OBSERVE) in BTM_BleObserve()
1467 if (btm_cb.ble_ctr_cb.inq_var.proc_mode == BTM_BLE_OBSERVE || in btm_ble_is_discoverable()
1734 btm_cb.ble_ctr_cb.inq_var.proc_mode == BTM_BLE_OBSERVE) in btm_ble_process_adv_pkt_cont()
Dbtm_ble_int.h51 #define BTM_BLE_OBSERVE 0x80 macro