Home
last modified time | relevance | path

Searched refs:mcpService (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java282 public MediaControlProfile(@NonNull McpService mcpService) { in MediaControlProfile() argument
285 mMcpService = requireNonNull(mcpService); in MediaControlProfile()
286 mContext = mcpService; in MediaControlProfile()
DMediaControlGattService.java1254 McpService mcpService, @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService() argument
1255 mContext = mcpService; in MediaControlGattService()
1259 mMcpService = mcpService; in MediaControlGattService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4246 McpService mcpService = getMcpService(); in setAuthorizationForRelatedProfiles() local
4247 if (mcpService != null) { in setAuthorizationForRelatedProfiles()
4248 mcpService.setDeviceAuthorized(device, authorize); in setAuthorizationForRelatedProfiles()
4263 McpService mcpService = getMcpService(); in removeAuthorizationInfoForRelatedProfiles() local
4264 if (mcpService != null) { in removeAuthorizationInfoForRelatedProfiles()
4265 mcpService.removeDeviceAuthorizationInfo(device); in removeAuthorizationInfoForRelatedProfiles()