Home
last modified time | relevance | path

Searched refs:LeRand (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h119 MOCK_METHOD(void, LeRand, (LeRandCallback cb));
Dcontroller_interface_mock.h119 MOCK_METHOD(void, LeRand, (LeRandCallback cb));
Dcontroller_interface.h130 virtual void LeRand(LeRandCallback cb) = 0;
Dcontroller.h137 virtual void LeRand(LeRandCallback cb) override;
Dcontroller_test.cc640 controller_->LeRand(client_handler_->BindOnce(le_rand_callback)); in TEST_F()
Dcontroller.cc1392 void Controller::LeRand(LeRandCallback cb) { in LeRand() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dadapter_client.py114 await self.__adapter_stub.LeRand(empty_proto.Empty())
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h437 void LeRand(CommandView command);
Ddual_mode_controller.cc2768 void DualModeController::LeRand(CommandView command) { in LeRand() function in rootcanal::DualModeController
4493 {OpCode::LE_RAND, &DualModeController::LeRand},
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto15 rpc LeRand(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc1079 bluetooth::shim::GetController()->LeRand( in send_ble_rand()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1643 bluetooth::shim::GetController()->LeRand(std::move(cb)); in bta_dm_le_rand()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl3394 packet LeRand : Command (op_code = LE_RAND) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl3582 packet LeRand : LeSecurityCommand (op_code = LE_RAND) {