Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h56 bool (*supports_hv2_packets)(void); member
/system/bt/main/shim/
Dcontroller.cc183 static bool supports_hv2_packets(void) { return false; } in supports_hv2_packets() function
341 supports_hv2_packets,
/system/bt/device/src/
Dcontroller.cc412 static bool supports_hv2_packets(void) { in supports_hv2_packets() function
664 supports_hv2_packets,
/system/bt/stack/btm/
Dbtm_devctl.cc320 if (controller->supports_hv2_packets()) in decode_controller_support()