Searched refs:SniffSubrating (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 61 virtual bool SniffSubrating(uint16_t maximum_latency, uint16_t minimum_remote_timeout,
|
D | classic_acl_connection.cc | 489 bool ClassicAclConnection::SniffSubrating(uint16_t maximum_latency, uint16_t minimum_remote_timeout, in SniffSubrating() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 733 void SniffSubrating(uint16_t maximum_latency, uint16_t minimum_remote_timeout, in SniffSubrating() function in ClassicShimAclConnection 736 connection_->SniffSubrating(maximum_latency, minimum_remote_timeout, in SniffSubrating() 1060 void SniffSubrating(HciHandle handle, uint16_t maximum_latency, in SniffSubrating() function 1065 handle_to_classic_connection_map_[handle]->SniffSubrating( in SniffSubrating()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 218 void SniffSubrating(CommandView command);
|
D | dual_mode_controller.cc | 1376 void DualModeController::SniffSubrating(CommandView command) { in SniffSubrating() function in rootcanal::DualModeController 4238 {OpCode::SNIFF_SUBRATING, &DualModeController::SniffSubrating},
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 1011 connection_->SniffSubrating(0x1234, 0x1235, 0x1236); in TEST_F()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1672 packet SniffSubrating : Command (op_code = SNIFF_SUBRATING) {
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1829 packet SniffSubrating : ConnectionManagementCommand (op_code = SNIFF_SUBRATING) {
|