Home
last modified time | relevance | path

Searched refs:interop_match_addr_or_name (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_server.cc172 interop_match_addr_or_name(INTEROP_HFP_1_7_ALLOWLIST, &remote_address, in sdp_dynamic_change_hfp_version()
1073 interop_match_addr_or_name(INTEROP_ADV_PBAP_VER_1_1, &remote_address, in is_device_in_allowlist_for_pbap()
1080 if (interop_match_addr_or_name( in is_device_in_allowlist_for_pbap()
1286 if (!interop_match_addr_or_name(INTEROP_ADV_PBAP_VER_1_2, &remote_addr, in update_pce_entry_to_interop_database()
1308 if (interop_match_addr_or_name(INTEROP_DISABLE_PCE_SDP_AFTER_PAIRING, in is_sdp_pbap_pce_disabled()
/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc50 bool interop_match_addr_or_name(const interop_feature_t feature, in interop_match_addr_or_name() function
/packages/modules/Bluetooth/system/device/include/
Dinterop.h351 bool interop_match_addr_or_name(const interop_feature_t feature,
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1019 static bool interop_match_addr_or_name(const char* feature_name, in interop_match_addr_or_name() function
1031 return interop_match_addr_or_name((interop_feature_t)feature, addr, in interop_match_addr_or_name()
1131 .interop_match_addr_or_name = interop_match_addr_or_name,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h924 bool (*interop_match_addr_or_name)(const char* feature_name, member
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc123 bool interop_match_addr_or_name(const interop_feature_t feature, in interop_match_addr_or_name() function
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc212 bool interop_match_addr_or_name(const interop_feature_t feature, in interop_match_addr_or_name() function
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp2065 bool matched = sBluetoothInterface->interop_match_addr_or_name( in interopMatchAddrOrNameNative()