Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h50 bool (*supports_5_slot_packets)(void); member
/system/bt/main/shim/
Dcontroller.cc171 static bool supports_5_slot_packets(void) { return false; } in supports_5_slot_packets() function
335 supports_5_slot_packets,
/system/bt/device/src/
Dcontroller.cc382 static bool supports_5_slot_packets(void) { in supports_5_slot_packets() function
658 supports_5_slot_packets,
/system/bt/stack/btm/
Dbtm_devctl.cc282 if (controller->supports_5_slot_packets()) in decode_controller_support()