Home
last modified time | relevance | path

Searched refs:gatt_fix_multiple_direct_connect (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/build/release/aconfig/ap4a/com.android.bluetooth.flags/
H A Dgatt_fix_multiple_direct_connect_flag_values.textproto3 name: "gatt_fix_multiple_direct_connect"
/aosp_15_r20/build/release/aconfig/trunk_staging/com.android.bluetooth.flags/
H A Dgatt_fix_multiple_direct_connect_flag_values.textproto3 name: "gatt_fix_multiple_direct_connect"
/aosp_15_r20/build/release/aconfig/bp1a/com.android.bluetooth.flags/
H A Dgatt_fix_multiple_direct_connect_flag_values.textproto3 name: "gatt_fix_multiple_direct_connect"
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/flags/bluetooth_flags_c_lib/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/gen/include/
Dcom_android_bluetooth_flags.h110 virtual bool gatt_fix_multiple_direct_connect() = 0;
578 inline bool gatt_fix_multiple_direct_connect() { in gatt_fix_multiple_direct_connect() function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/flags/libbluetooth_aconfig_flags_rust/android_arm64_armv8-2a_cortex-a55_source_apex33/gen/src/
Dlib.rs497 pub fn gatt_fix_multiple_direct_connect(&self) -> bool { in gatt_fix_multiple_direct_connect() method
1956 pub fn gatt_fix_multiple_direct_connect() -> bool { in gatt_fix_multiple_direct_connect() function
/aosp_15_r20/packages/modules/Bluetooth/flags/
Dgap.aconfig144 name: "gatt_fix_multiple_direct_connect"
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source/android_common/
Dreleased-flagged-apis-exportable.txt61 com.android.bluetooth.flags.gatt_fix_multiple_direct_connect
Drevert-annotations-exportable.txt61 …on '!android.annotation.FlaggedApi("com.android.bluetooth.flags.gatt_fix_multiple_direct_connect")'
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/flags/bluetooth_flags_c_lib/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/gen/
Dcom_android_bluetooth_flags.cc302 virtual bool gatt_fix_multiple_direct_connect() override { in gatt_fix_multiple_direct_connect() function in com::android::bluetooth::flags::flag_provider
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source.module_lib/android_common/
Dreleased-flagged-apis-exportable.txt61 com.android.bluetooth.flags.gatt_fix_multiple_direct_connect
Drevert-annotations-exportable.txt61 …on '!android.annotation.FlaggedApi("com.android.bluetooth.flags.gatt_fix_multiple_direct_connect")'
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source.system/android_common/
Dreleased-flagged-apis-exportable.txt61 com.android.bluetooth.flags.gatt_fix_multiple_direct_connect
Drevert-annotations-exportable.txt61 …on '!android.annotation.FlaggedApi("com.android.bluetooth.flags.gatt_fix_multiple_direct_connect")'
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1638 if (!com::android::bluetooth::flags::gatt_fix_multiple_direct_connect() || in gatt_cancel_open()