Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dtest_helpers.h52 uint16_t scan_interval, uint16_t scan_window, uint16_t connection_interval_min, in MakeInitiatingPhyParameters() argument
57 parameters.scan_window_ = scan_window; in MakeInitiatingPhyParameters()
Dle_set_extended_scan_parameters_test.cc37 uint16_t scan_window) { in MakeScanningPhyParameters() argument
41 parameters.le_scan_window_ = scan_window; in MakeScanningPhyParameters()
Dle_set_extended_scan_enable_test.cc37 uint16_t scan_window) { in MakeScanningPhyParameters() argument
41 parameters.le_scan_window_ = scan_window; in MakeScanningPhyParameters()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc914 uint32_t scan_window = btm_cb.ble_ctr_cb.inq_var.scan_window_1m; in BTM_PM_ReadBleScanDutyCycle() local
916 log::debug("LE 1m scan_window:{} scan interval:{}", scan_window, scan_interval); in BTM_PM_ReadBleScanDutyCycle()
917 duty_cycle_1m = (scan_window * 100) / scan_interval; in BTM_PM_ReadBleScanDutyCycle()
920 uint32_t scan_window = btm_cb.ble_ctr_cb.inq_var.scan_window_coded; in BTM_PM_ReadBleScanDutyCycle() local
922 log::debug("LE coded scan_window:{} scan interval:{}", scan_window, scan_interval); in BTM_PM_ReadBleScanDutyCycle()
923 duty_cycle_coded = (scan_window * 100) / scan_interval; in BTM_PM_ReadBleScanDutyCycle()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc1163 bluetooth::hci::LeScanType scan_type, uint16_t scan_interval, uint16_t scan_window, in LeSetScanParameters() argument
1185 if (scan_interval < 0x4 || scan_interval > 0x4000 || scan_window < 0x4 || scan_window > 0x4000) { in LeSetScanParameters()
1190 scan_interval, scan_window); in LeSetScanParameters()
1196 if (scan_window > scan_interval) { in LeSetScanParameters()
1197 INFO(id_, "le_scan_window (0x{:04x}) is larger than le_scan_interval (0x{:04x})", scan_window, in LeSetScanParameters()
1206 scanner_.le_1m_phy.scan_window = scan_window; in LeSetScanParameters()
1348 .scan_window = scanning_phy_parameters[offset].le_scan_window_, in LeSetExtendedScanParameters()
1358 .scan_window = scanning_phy_parameters[offset].le_scan_window_, in LeSetExtendedScanParameters()
1462 uint16_t scan_interval, uint16_t scan_window, in LeCreateConnection() argument
1487 if (scan_interval < 0x4 || scan_interval > 0x4000 || scan_window < 0x4 || scan_window > 0x4000) { in LeCreateConnection()
[all …]
Dlink_layer_controller.h457 uint16_t scan_window,
479 ErrorCode LeCreateConnection(uint16_t scan_interval, uint16_t scan_window,
950 uint16_t scan_window; member
999 uint16_t scan_window; member
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc158 uint32_t scan_window; member
662 uint16_t scan_window) { in validate_scan_params()
682 if (scan_window > max_scan_window || scan_window < kLeScanWindowMin) { in validate_scan_params()
683 log::error("Invalid scan_window {}", scan_window); in validate_scan_params()
1152 batch_scan_config_.scan_window = duty_cycle_scan_window_slots; in batch_scan_enable()
1165 batch_scan_set_scan_parameter(BatchScanMode::DISABLE, batch_scan_config_.scan_window, in batch_scan_disable()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc266 uint16_t scan_window, int32_t addr_type, in BatchscanEnable() argument
269 scan_mode, scan_interval, scan_window, addr_type, discard_rule, in BatchscanEnable()
Dgatt_ble_scanner_shim.h117 void BatchscanEnable(int32_t scan_mode, uint16_t scan_interval, uint16_t scan_window,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc485 uint16_t scan_window = in get_low_latency_scan_params() local
488 return std::make_pair(scan_interval, scan_window); in get_low_latency_scan_params()
1540 uint16_t scan_interval, scan_window; in btm_ble_start_inquiry() local
1542 std::tie(scan_interval, scan_window) = get_low_latency_scan_params(); in btm_ble_start_inquiry()
1547 btm_send_hci_set_scan_params(BTM_BLE_SCAN_MODE_ACTI, scan_interval, scan_window, 0, 0, scan_phy, in btm_ble_start_inquiry()
1553 (btm_cb.ble_ctr_cb.inq_var.scan_window_1m != scan_window)) { in btm_ble_start_inquiry()
1556 btm_send_hci_set_scan_params(BTM_BLE_SCAN_MODE_ACTI, scan_interval, scan_window, in btm_ble_start_inquiry()
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h149 virtual void BatchscanEnable(int scan_mode, int scan_interval, int scan_window, int addr_type,
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_41_C.py52 scan_window=0x100,
DBV_43_C.py49 scan_window=0x100,
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h76 void BatchscanEnable(int scan_mode, int scan_interval, int scan_window, int addr_type,
Dle_scanning_manager.cc351 void BleScannerInterfaceImpl::BatchscanEnable(int scan_mode, int scan_interval, int scan_window, in BatchscanEnable() argument
356 bluetooth::shim::GetScanning()->BatchScanEnable(batch_scan_mode, scan_window, scan_interval, in BatchscanEnable()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api_types.h414 uint32_t scan_window; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs193 scan_window: u16, in BatchscanEnable()
1682 scan_window: u16, in batchscan_enable()
1691 scan_window, in batchscan_enable()
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py389 scan_window=0x100,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1594 if let (Some(scanner_id), Some((scan_type, scan_interval, scan_window))) = in update_scan()
1601 scan_window, in update_scan()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4213 scan_window : 16, // < = LeScanInterval
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl4270 scan_window : 16, // < = LeScanInterval