Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc546 uint16_t ll_scan_interval, ll_scan_window; in BTM_BleObserve() local
547 std::tie(ll_scan_interval, ll_scan_window) = get_low_latency_scan_params(); in BTM_BleObserve()
550 std::tie(ll_scan_interval, ll_scan_window); in BTM_BleObserve()
583 btm_cb.ble_ctr_cb.inq_var.scan_window == ll_scan_window; in BTM_BleObserve()