Home
last modified time | relevance | path

Searched defs:AddressMsg (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/hci/facade/
H A Dcontroller_facade.proto13 message AddressMsg { message
/aosp12/system/bt/gd/rust/hci/src/
H A Dcontroller_facade.rs41 fn get_mac_address(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<AddressMsg>) { in get_mac_address()