Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h56 bool (*supports_hv2_packets)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc176 bool supports_hv2_packets(void) { in supports_hv2_packets() function
391 supports_hv2_packets,
/system/bt/main/shim/
Dcontroller.cc163 MAP_TO_GD(supports_hv2_packets, SupportsHv2Packets) in MAP_TO_GD()
333 supports_hv2_packets,
/system/bt/device/src/
Dcontroller.cc446 static bool supports_hv2_packets(void) { in supports_hv2_packets() function
764 supports_hv2_packets,
/system/bt/stack/btm/
Dbtm_devctl.cc252 if (controller->supports_hv2_packets()) in decode_controller_support()