Home
last modified time | relevance | path

Searched refs:use_local_oob_extended_command (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/build/release/aconfig/ap3a/com.android.bluetooth.flags/
H A Duse_local_oob_extended_command_flag_values.textproto3 name: "use_local_oob_extended_command"
/aosp_15_r20/build/release/aconfig/bp1a/com.android.bluetooth.flags/
H A Duse_local_oob_extended_command_flag_values.textproto3 name: "use_local_oob_extended_command"
/aosp_15_r20/build/release/aconfig/trunk_staging/com.android.bluetooth.flags/
H A Duse_local_oob_extended_command_flag_values.textproto3 name: "use_local_oob_extended_command"
/aosp_15_r20/build/release/aconfig/ap4a/com.android.bluetooth.flags/
H A Duse_local_oob_extended_command_flag_values.textproto3 name: "use_local_oob_extended_command"
/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.h281 virtual bool use_local_oob_extended_command() = 0;
1091 inline bool use_local_oob_extended_command() { in use_local_oob_extended_command() 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.rs1352 pub fn use_local_oob_extended_command(&self) -> bool { in use_local_oob_extended_command() method
2982 pub fn use_local_oob_extended_command() -> bool { in use_local_oob_extended_command() function
/aosp_15_r20/packages/modules/Bluetooth/flags/
Dpairing.aconfig45 name: "use_local_oob_extended_command"
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source/android_common/
Dreleased-flagged-apis-exportable.txt163 com.android.bluetooth.flags.use_local_oob_extended_command
Drevert-annotations-exportable.txt163 …tion '!android.annotation.FlaggedApi("com.android.bluetooth.flags.use_local_oob_extended_command")'
/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.cc815 virtual bool use_local_oob_extended_command() override { in use_local_oob_extended_command() 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.txt163 com.android.bluetooth.flags.use_local_oob_extended_command
Drevert-annotations-exportable.txt163 …tion '!android.annotation.FlaggedApi("com.android.bluetooth.flags.use_local_oob_extended_command")'
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source.system/android_common/
Dreleased-flagged-apis-exportable.txt163 com.android.bluetooth.flags.use_local_oob_extended_command
Drevert-annotations-exportable.txt163 …tion '!android.annotation.FlaggedApi("com.android.bluetooth.flags.use_local_oob_extended_command")'
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc1245 if (com::android::bluetooth::flags::use_local_oob_extended_command() && in BTM_ReadLocalOobData()