Home
last modified time | relevance | path

Searched refs:controller_facade (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dcontroller_test.py22 from blueberry.facade.hci import controller_facade_pb2 as controller_facade unknown
40 self.dut.hci_controller.WriteLocalName(controller_facade.NameMsg(name=b'ImTheDUT'))
41 self.cert.hci_controller.WriteLocalName(controller_facade.NameMsg(name=b'ImTheCert'))
54controller_facade.OpCodeMsg(op_code=int(hci.OpCode.LE_SET_EXTENDED_ADVERTISING_PARAMETERS)))
Dle_advertising_manager_test.py27 from blueberry.facade.hci import controller_facade_pb2 as controller_facade unknown
/packages/modules/Bluetooth/system/
DAndroid.bp19 "blueberry/facade/hci/controller_facade.proto",
59 "blueberry/facade/hci/controller_facade.grpc.pb.h",
60 "blueberry/facade/hci/controller_facade.pb.h",
102 "blueberry/facade/hci/controller_facade.grpc.pb.cc",
103 "blueberry/facade/hci/controller_facade.pb.cc",
/packages/modules/Bluetooth/system/blueberry/tests/gd/iso/
Dle_iso_test.py26 from blueberry.facade.hci import controller_facade_pb2 as controller_facade unknown
114 controller_facade.OpCodeMsg(op_code=int(hci.OpCode.LE_SET_CIG_PARAMETERS)))
/packages/modules/Bluetooth/system/gd/hci/
DAndroid.bp70 "facade/controller_facade.cc",
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dsecurity_test.py24 from blueberry.facade.hci import controller_facade_pb2 as controller_facade unknown
100 self.dut.hci_controller.WriteLocalName(controller_facade.NameMsg(name=self.dut.name))
101 self.cert.hci_controller.WriteLocalName(controller_facade.NameMsg(name=self.cert.name))