Home
last modified time | relevance | path

Searched refs:interop_match_name (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/device/test/
Dinterop_test.cc421 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "BMW M3")); in TEST_F()
422 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, "Audi")); in TEST_F()
425 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, in TEST_F()
429 interop_match_name(INTEROP_GATTC_NO_SERVICE_CHANGED_IND, "MiMouse")); in TEST_F()
430 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AUTH_FOR_HID_POINTING, in TEST_F()
432 EXPECT_TRUE(interop_match_name(INTEROP_REMOVE_HID_DIG_DESCRIPTOR, in TEST_F()
434 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_LE_CONN_PREFERRED_PARAMS, in TEST_F()
436 EXPECT_TRUE(interop_match_name(INTEROP_DISABLE_AAC_CODEC, "abramtek M1")); in TEST_F()
438 interop_match_name(INTEROP_DISABLE_AAC_VBR_CODEC, "Audi_MMI_2781")); in TEST_F()
440 interop_match_name(INTEROP_DISABLE_AVDTP_RECONFIGURE, "KMM-BT51*HD")); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc74 struct interop_match_name interop_match_name; variable
107 bool interop_match_name::return_value = false;
289 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
291 return test::mock::device_interop::interop_match_name(feature, name); in interop_match_name()
Dmock_device_interop.h482 struct interop_match_name { struct
492 extern struct interop_match_name interop_match_name; argument
/packages/modules/Bluetooth/system/device/include/
Dinterop.h370 bool interop_match_name(const interop_feature_t feature, const char* name);
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1088 static bool interop_match_name(const char* feature_name, const char* name) { in interop_match_name() function
1099 return interop_match_name((interop_feature_t)feature, name); in interop_match_name()
1218 .interop_match_name = interop_match_name,
Dbtif_dm.cc1022 !interop_match_name(INTEROP_DISABLE_AUTO_PAIRING, in btif_dm_pin_req_evt()
/packages/modules/Bluetooth/system/device/fuzzer/
Dbtdevice_esco_fuzzer.cpp132 interop_match_name( in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc283 if (interop_match_name(INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL, in bta_hh_read_ssr_param()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h985 bool (*interop_match_name)(const char* feature_name, const char* name); member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1341 interop_match_name(INTEROP_SUSPEND_ATT_TRAFFIC_DURING_PAIRING, in btm_ble_link_encrypted()
1670 interop_match_name(INTEROP_SUSPEND_ATT_TRAFFIC_DURING_PAIRING, in btm_proc_smp_cback()
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc220 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
245 return interop_match_name(feature, (const char*)bdname.name); in interop_match_addr_or_name()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc127 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc1171 if (interop_match_name(INTEROP_GATTC_NO_SERVICE_CHANGED_IND, in gatt_proc_srv_chg()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_server.cc340 interop_match_name(INTEROP_ADV_PBAP_VER_1_2, p_name)) { in is_device_in_allowlist_for_pbap()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc1207 if (interop_match_name(INTEROP_DISABLE_AVDTP_SUSPEND, remote_name) || in bta_av_str_opened()
2851 if (interop_match_name(INTEROP_DISABLE_AVDTP_RECONFIGURE, remote_name) || in bta_av_rcfg_cfm()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1949 sBluetoothInterface->interop_match_name(feature_name_str, name_str); in interopMatchNameNative()