Searched refs:sniff_max_interval (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 279 ErrorCode SniffMode(uint16_t handle, uint16_t sniff_max_interval, uint16_t sniff_min_interval,
|
D | dual_mode_controller.cc | 1176 uint16_t sniff_max_interval = command_view.GetSniffMaxInterval(); in SniffMode() local 1184 auto status = link_layer_controller_.SniffMode(handle, sniff_max_interval, sniff_min_interval, in SniffMode()
|
D | link_layer_controller.cc | 5266 ErrorCode LinkLayerController::SniffMode(uint16_t handle, uint16_t sniff_max_interval, in SniffMode() argument 5273 if (sniff_max_interval < sniff_min_interval || sniff_attempt < 0x0001 || sniff_attempt > 0x7FFF || in SniffMode()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1628 sniff_max_interval: 16, // 0x0002-0xFFFE (1.25ms-40.9s)
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1681 sniff_max_interval: 16, // 0x0002-0xFFFE (1.25ms-40.9s)
|