Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/device/include/
Dcontroller.h53 bool (*supports_hv3_packets)(void); member
/packages/modules/Bluetooth/system/test/mock/
Dmock_device_controller.cc180 bool supports_hv3_packets(void) { in supports_hv3_packets() function
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dcontroller_facade.rs203 fn supports_hv3_packets(&mut self, _: RpcContext<'_>, _: Empty, _: UnarySink<SupportedMsg>) { in supports_hv3_packets() method