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/test/mock/
Dmock_device_controller.cc148 bool supports_3_slot_packets(void) { in supports_3_slot_packets() function
384 supports_3_slot_packets,
/system/bt/device/src/
Dcontroller.cc411 static bool supports_3_slot_packets(void) { in supports_3_slot_packets() function
757 supports_3_slot_packets,
/system/bt/stack/acl/
Dbtm_acl.cc231 if (controller->supports_3_slot_packets()) in BTM_acl_after_controller_started()