Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h68 bool (*supports_non_flushable_pb)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc224 bool supports_non_flushable_pb(void) { in supports_non_flushable_pb() function
403 supports_non_flushable_pb,
/system/bt/main/shim/
Dcontroller.cc175 MAP_TO_GD(supports_non_flushable_pb, SupportsNonFlushablePb) in MAP_TO_GD()
345 supports_non_flushable_pb,
/system/bt/device/src/
Dcontroller.cc506 static bool supports_non_flushable_pb(void) { in supports_non_flushable_pb() function
776 supports_non_flushable_pb,
/system/bt/stack/btm/
Dbtm_devctl.cc302 l2cu_set_non_flushable_pbf(controller->supports_non_flushable_pb()); in decode_controller_support()
/system/bt/stack/l2cap/
Dl2c_api.cc1577 if (controller->supports_non_flushable_pb() && in L2CA_FlushChannel()
Dl2c_utils.cc779 if (controller->supports_non_flushable_pb()) { in l2cu_send_peer_config_rej()