Home
last modified time | relevance | path

Searched defs:LeRand (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto15 rpc LeRand(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc1407 void Controller::LeRand(LeRandCallback cb) { CallOn(impl_.get(), &impl::le_rand, std::move(cb)); } in LeRand() function in bluetooth::hci::Controller
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2545 void DualModeController::LeRand(CommandView command) { in LeRand() function in rootcanal::DualModeController