Searched refs:CSIP_SET_COORDINATOR (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | ConfigTest.java | 35 .anyMatch(profileId -> profileId == BluetoothProfile.CSIP_SET_COORDINATOR); in setProfileEnabled() 37 Config.setProfileEnabled(BluetoothProfile.CSIP_SET_COORDINATOR, false); in setProfileEnabled() 42 profileId == BluetoothProfile.CSIP_SET_COORDINATOR)) in setProfileEnabled() 45 Config.setProfileEnabled(BluetoothProfile.CSIP_SET_COORDINATOR, true); in setProfileEnabled() 50 profileId == BluetoothProfile.CSIP_SET_COORDINATOR)) in setProfileEnabled() 53 Config.setProfileEnabled(BluetoothProfile.CSIP_SET_COORDINATOR, enabled); in setProfileEnabled()
|
D | PhonePolicyTest.java | 269 BluetoothProfile.CSIP_SET_COORDINATOR, in processInitProfilePriorities_LeAudioOnlyHelper() 572 BluetoothProfile.CSIP_SET_COORDINATOR, in testLateConnectOfLeAudioEnabled_DualModeBud() 605 BluetoothProfile.CSIP_SET_COORDINATOR, in testLateConnectOfLeAudioEnabled_DualModeBud() 692 BluetoothProfile.CSIP_SET_COORDINATOR, in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() 722 BluetoothProfile.CSIP_SET_COORDINATOR, in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
|
D | RemoteDevicesTest.java | 788 doReturn((long) (1 << BluetoothProfile.CSIP_SET_COORDINATOR)) in testIsCoordinatedSetMemberAsLeAudioEnabled() 804 doReturn((long) (0 << BluetoothProfile.CSIP_SET_COORDINATOR)) in testIsCoordinatedSetMemberAsLeAudioDisabled()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorServiceTest.java | 193 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testGetSetPolicy() 201 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testGetSetPolicy() 209 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testGetSetPolicy() 222 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testGetPolicyAfterStopped() 384 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testOutgoingConnectMissingUuid() 403 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testOutgoingConnectExistingUuid() 430 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testOutgoingConnectPolicyForbidden() 443 mTestDevice, BluetoothProfile.CSIP_SET_COORDINATOR)) in testOutgoingConnectTimeout() 638 BluetoothProfile.CSIP_SET_COORDINATOR, in testDisableCsipAfterConnectingIfLeAudioDisabled() 643 BluetoothProfile.CSIP_SET_COORDINATOR, in testDisableCsipAfterConnectingIfLeAudioDisabled() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | Config.java | 83 BluetoothProfile.CSIP_SET_COORDINATOR, 107 BluetoothProfile.CSIP_SET_COORDINATOR), 152 BluetoothProfile.CSIP_SET_COORDINATOR), 260 setProfileEnabled(BluetoothProfile.CSIP_SET_COORDINATOR, enable); in setLeAudioProfileStatus()
|
D | PhonePolicy.java | 114 case BluetoothProfile.CSIP_SET_COORDINATOR: in profileConnectionStateChanged() 449 BluetoothProfile.CSIP_SET_COORDINATOR, in processInitProfilePriorities() 709 || (profileId == BluetoothProfile.CSIP_SET_COORDINATOR) in processProfileStateChanged() 720 case BluetoothProfile.CSIP_SET_COORDINATOR: in processProfileStateChanged()
|
D | AdapterService.java | 1519 BluetoothProfile.CSIP_SET_COORDINATOR, 1740 if (profile == BluetoothProfile.CSIP_SET_COORDINATOR) { in isProfileSupported() 1856 && isProfileSupported(device, BluetoothProfile.CSIP_SET_COORDINATOR) in connectEnabledProfiles() 5369 && isProfileSupported(device, BluetoothProfile.CSIP_SET_COORDINATOR)) { in connectAllSupportedProfiles()
|
D | RemoteDevices.java | 620 & (1 << BluetoothProfile.CSIP_SET_COORDINATOR)) in setIsCoordinatedSetMember()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothProfile.java | 206 int CSIP_SET_COORDINATOR = 25; field 472 case CSIP_SET_COORDINATOR: in getProfileName()
|
D | BluetoothAdapter.java | 839 BluetoothProfile.CSIP_SET_COORDINATOR,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | Metadata.java | 191 case BluetoothProfile.CSIP_SET_COORDINATOR: in setProfileConnectionPolicy() 241 case BluetoothProfile.CSIP_SET_COORDINATOR: in getProfileConnectionPolicy()
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/ |
D | TestUtils.java | 65 case BluetoothProfile.CSIP_SET_COORDINATOR -> { in isProfileEnabled()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 461 device, BluetoothProfile.CSIP_SET_COORDINATOR, connectionPolicy); in setConnectionPolicy() 480 device, BluetoothProfile.CSIP_SET_COORDINATOR); in getConnectionPolicy() 1033 BluetoothProfile.CSIP_SET_COORDINATOR, device, fromState, toState); in connectionStateChanged()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 766 case BluetoothProfile.CSIP_SET_COORDINATOR: in initProfiles() 851 this.application, profileListener, BluetoothProfile.CSIP_SET_COORDINATOR); in initCsisProxy()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 1042 field public static final int CSIP_SET_COORDINATOR = 25; // 0x19
|