Home
last modified time | relevance | path

Searched refs:le_rand (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/power/
Dsuspend_test.py34 self.dut().le_rand()
41 self.dut().le_rand()
54 self.dut().le_rand()
68 self.dut().le_rand()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py84 await self.__adapter.le_rand()
168 def le_rand(self): member in TopshimDevice
169 self.__post(self.__adapter.le_rand())
Dadapter_client.py113 async def le_rand(self): member in AdapterClient
/packages/modules/Bluetooth/system/blueberry/tests/topshim/security/
Dle_security_test.py31 self.dut().le_rand()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs283 self.bt.lock().unwrap().le_rand(); in suspend()
376 self.bt.lock().unwrap().le_rand(); in resume()
Dbluetooth.rs1154 pub fn le_rand(&mut self) -> bool { in le_rand() method
1155 self.intf.lock().unwrap().le_rand() == BTM_SUCCESS in le_rand()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs297 fn le_rand(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in le_rand() method
298 self.btif_intf.lock().unwrap().le_rand(); in le_rand()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc751 static int le_rand() { in le_rand() function
1205 .le_rand = le_rand,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h912 int (*le_rand)(); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1439 pub fn le_rand(&self) -> i32 { in le_rand() method
1440 ccall!(self, le_rand) in le_rand()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc778 void le_rand(LeRandCallback cb) { in le_rand() function
1393 CallOn(impl_.get(), &impl::le_rand, std::move(cb)); in LeRand()