Searched refs:interop_match_addr_or_name (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_server.cc | 172 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/ |
D | mock_device_interop.cc | 50 bool interop_match_addr_or_name(const interop_feature_t feature, in interop_match_addr_or_name() function
|
/packages/modules/Bluetooth/system/device/include/ |
D | interop.h | 351 bool interop_match_addr_or_name(const interop_feature_t feature,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 1019 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/ |
D | bluetooth.h | 924 bool (*interop_match_addr_or_name)(const char* feature_name, member
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 123 bool interop_match_addr_or_name(const interop_feature_t feature, in interop_match_addr_or_name() function
|
/packages/modules/Bluetooth/system/device/src/ |
D | interop.cc | 212 bool interop_match_addr_or_name(const interop_feature_t feature, in interop_match_addr_or_name() function
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 2065 bool matched = sBluetoothInterface->interop_match_addr_or_name( in interopMatchAddrOrNameNative()
|