Searched refs:CONTEXTS_ALL (Results 1 – 4 of 4) sorted by relevance
233 mAllowedSinkContexts = BluetoothLeAudio.CONTEXTS_ALL; in LeAudioGroupDescriptor()234 mAllowedSourceContexts = BluetoothLeAudio.CONTEXTS_ALL; in LeAudioGroupDescriptor()326 return (mAllowedSinkContexts != BluetoothLeAudio.CONTEXTS_ALL) in areAllowedContextsModified()327 || (mAllowedSourceContexts != BluetoothLeAudio.CONTEXTS_ALL); in areAllowedContextsModified()3246 BluetoothLeAudio.CONTEXTS_ALL, in messageFromNative()3247 BluetoothLeAudio.CONTEXTS_ALL); in messageFromNative()3258 BluetoothLeAudio.CONTEXTS_ALL, in messageFromNative()3259 BluetoothLeAudio.CONTEXTS_ALL); in messageFromNative()
633 BluetoothLeAudio.CONTEXTS_ALL, BluetoothLeAudio.CONTEXTS_ALL); in stop()906 BluetoothLeAudio.CONTEXTS_ALL in localNotifyReceiveStateChanged()908 BluetoothLeAudio.CONTEXTS_ALL); in localNotifyReceiveStateChanged()925 BluetoothLeAudio.CONTEXTS_ALL, BluetoothLeAudio.CONTEXTS_ALL); in localNotifyReceiveStateChanged()
2965 BluetoothLeAudio.CONTEXTS_ALL & ~BluetoothLeAudio.CONTEXT_TYPE_SOUND_EFFECTS; in testSetAllowedContextsForActiveGroup()2967 BluetoothLeAudio.CONTEXTS_ALL in testSetAllowedContextsForActiveGroup()2985 groupId, BluetoothLeAudio.CONTEXTS_ALL, BluetoothLeAudio.CONTEXTS_ALL); in testSetAllowedContextsForActiveGroup()
365 public static final int CONTEXTS_ALL = field in BluetoothLeAudio