Searched refs:Inquiry (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | collisions.rs | 74 (&OpCode::Inquiry, &CollisionState::InquiryActive) => { in get_signal_type() 78 (&OpCode::Inquiry, &CollisionState::RemoteNameReqActive) => { in get_signal_type() 82 (&OpCode::Inquiry, &CollisionState::ConnectionActive) => { in get_signal_type() 106 OpCode::CreateConnection | OpCode::Inquiry | OpCode::RemoteNameRequest => { in process() 114 OpCode::Inquiry => Some(CollisionState::InquiryActive), in process()
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gap.py | 372 inquiry_responses = self.host.Inquiry() 398 inquiry_responses = self.host.Inquiry() 668 inquiry_responses = self.host.Inquiry() 729 inquiry_responses = self.host.Inquiry()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hal/ |
D | simple_hal_test.py | 66 …self.dut_hal.send_hci_command(hci.Inquiry(lap=hci.Lap(lap=0x33), inquiry_length=0x30, num_response…
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 104 packet Inquiry : LinkLayerPacket (type = INQUIRY) {
|
D | hci_packets.pdl | 897 packet Inquiry : Command (op_code = INQUIRY) { 903 test Inquiry {
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 119 void Inquiry(CommandView command);
|
D | link_layer_controller.h | 285 void Inquiry();
|
D | dual_mode_controller.cc | 1740 void DualModeController::Inquiry(CommandView command) { in Inquiry() function in rootcanal::DualModeController 4145 {OpCode::INQUIRY, &DualModeController::Inquiry},
|
D | link_layer_controller.cc | 5230 Inquiry(); in Tick() 6199 void LinkLayerController::Inquiry() { in Inquiry() function in rootcanal::LinkLayerController
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | direct_hci_test.py | 64 …self.dut_hci.send_command(hci.Inquiry(lap=hci.Lap(lap=0x33), inquiry_length=0x30, num_responses=0x…
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 543 async def Inquiry(self, request: empty_pb2.Empty, member in HostService
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1035 packet Inquiry : DiscoveryCommand (op_code = INQUIRY) { 1041 test Inquiry {
|