Home
last modified time | relevance | path

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

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