Home
last modified time | relevance | path

Searched refs:supports_hv3_packets (Results 1 – 5 of 5) sorted by relevance

/system/bt/device/include/
Dcontroller.h57 bool (*supports_hv3_packets)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc180 bool supports_hv3_packets(void) { in supports_hv3_packets() function
392 supports_hv3_packets,
/system/bt/main/shim/
Dcontroller.cc164 MAP_TO_GD(supports_hv3_packets, SupportsHv3Packets) in MAP_TO_GD()
334 supports_hv3_packets,
/system/bt/device/src/
Dcontroller.cc451 static bool supports_hv3_packets(void) { in supports_hv3_packets() function
765 supports_hv3_packets,
/system/bt/stack/btm/
Dbtm_devctl.cc255 if (controller->supports_hv3_packets()) in decode_controller_support()