Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h54 bool (*supports_5_slot_edr_packets)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc168 bool supports_5_slot_edr_packets(void) { in supports_5_slot_edr_packets() function
389 supports_5_slot_edr_packets,
/system/bt/device/src/
Dcontroller.cc436 static bool supports_5_slot_edr_packets(void) { in supports_5_slot_edr_packets() function
762 supports_5_slot_edr_packets,
/system/bt/stack/acl/
Dbtm_acl.cc259 if (!controller->supports_5_slot_edr_packets()) in BTM_acl_after_controller_started()