Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h49 bool (*supports_3_slot_packets)(void); member
/system/bt/main/shim/
Dcontroller.cc169 static bool supports_3_slot_packets(void) { return false; } in supports_3_slot_packets() function
334 supports_3_slot_packets,
/system/bt/device/src/
Dcontroller.cc377 static bool supports_3_slot_packets(void) { in supports_3_slot_packets() function
657 supports_3_slot_packets,
/system/bt/stack/btm/
Dbtm_devctl.cc278 if (controller->supports_3_slot_packets()) in decode_controller_support()