Home
last modified time | relevance | path

Searched refs:supports_non_flushable_pb (Results 1 – 6 of 6) sorted by relevance

/system/bt/device/include/
Dcontroller.h68 bool (*supports_non_flushable_pb)(void); member
/system/bt/main/shim/
Dcontroller.cc207 static bool supports_non_flushable_pb(void) { return false; } in supports_non_flushable_pb() function
353 supports_non_flushable_pb,
/system/bt/device/src/
Dcontroller.cc472 static bool supports_non_flushable_pb(void) { in supports_non_flushable_pb() function
676 supports_non_flushable_pb,
/system/bt/stack/btm/
Dbtm_devctl.cc391 if (controller->supports_non_flushable_pb()) in decode_controller_support()
/system/bt/stack/l2cap/
Dl2c_api.cc1850 if (controller->supports_non_flushable_pb() && in L2CA_FlushChannel()
Dl2c_utils.cc754 if (controller->supports_non_flushable_pb()) { in l2cu_send_peer_config_rej()