/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 52 …virtual bool SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt, uint16_t ti…
|
D | classic_acl_connection.cc | 427 bool ClassicAclConnection::SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt… in SniffMode() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 720 void SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt, in SniffMode() function in ClassicShimAclConnection 723 connection_->SniffMode(max_interval, min_interval, attempt, timeout), in SniffMode() 1052 void SniffMode(HciHandle handle, uint16_t max_interval, uint16_t min_interval, in SniffMode() function 1056 handle_to_classic_connection_map_[handle]->SniffMode( in SniffMode()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 188 void SniffMode(CommandView command);
|
D | link_layer_controller.h | 301 ErrorCode SniffMode(uint16_t handle, uint16_t sniff_max_interval,
|
D | dual_mode_controller.cc | 1277 void DualModeController::SniffMode(CommandView command) { in SniffMode() function in rootcanal::DualModeController 1289 auto status = link_layer_controller_.SniffMode(handle, sniff_max_interval, in SniffMode() 4224 {OpCode::SNIFF_MODE, &DualModeController::SniffMode},
|
D | link_layer_controller.cc | 5614 ErrorCode LinkLayerController::SniffMode(uint16_t handle, in SniffMode() function in rootcanal::LinkLayerController
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 183 connection->second.connection_->SniffMode( in ConnectionCommand()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 887 connection_->SniffMode(0x0500, 0x0020, 0x0040, 0x0014); in TEST_F()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1538 packet SniffMode : Command (op_code = SNIFF_MODE) {
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1675 packet SniffMode : ConnectionManagementCommand (op_code = SNIFF_MODE) {
|