Home
last modified time | relevance | path

Searched refs:Inquiry (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dcollisions.rs74 (&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/
Dgap.py372 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/
Dsimple_hal_test.py66 …self.dut_hal.send_hci_command(hci.Inquiry(lap=hci.Lap(lap=0x33), inquiry_length=0x30, num_response…
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl104 packet Inquiry : LinkLayerPacket (type = INQUIRY) {
Dhci_packets.pdl897 packet Inquiry : Command (op_code = INQUIRY) {
903 test Inquiry {
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h119 void Inquiry(CommandView command);
Dlink_layer_controller.h285 void Inquiry();
Ddual_mode_controller.cc1740 void DualModeController::Inquiry(CommandView command) { in Inquiry() function in rootcanal::DualModeController
4145 {OpCode::INQUIRY, &DualModeController::Inquiry},
Dlink_layer_controller.cc5230 Inquiry(); in Tick()
6199 void LinkLayerController::Inquiry() { in Inquiry() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py64 …self.dut_hci.send_command(hci.Inquiry(lap=hci.Lap(lap=0x33), inquiry_length=0x30, num_responses=0x…
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py543 async def Inquiry(self, request: empty_pb2.Empty, member in HostService
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1035 packet Inquiry : DiscoveryCommand (op_code = INQUIRY) {
1041 test Inquiry {