Home
last modified time | relevance | path

Searched refs:tbsService (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java2746 TbsService tbsService = getTbsService(); in updateInbandRingtoneForTheGroup() local
2747 if (tbsService == null) { in updateInbandRingtoneForTheGroup()
2780 tbsService.setInbandRingtoneSupport(device); in updateInbandRingtoneForTheGroup()
2782 tbsService.clearInbandRingtoneSupport(device); in updateInbandRingtoneForTheGroup()
4251 TbsService tbsService = getTbsService(); in setAuthorizationForRelatedProfiles() local
4252 if (tbsService != null) { in setAuthorizationForRelatedProfiles()
4253 tbsService.setDeviceAuthorized(device, authorize); in setAuthorizationForRelatedProfiles()
4268 TbsService tbsService = getTbsService(); in removeAuthorizationInfoForRelatedProfiles() local
4269 if (tbsService != null) { in removeAuthorizationInfoForRelatedProfiles()
4270 tbsService.removeDeviceAuthorizationInfo(device); in removeAuthorizationInfoForRelatedProfiles()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java244 TbsGatt(TbsService tbsService) { in TbsGatt() argument
245 mContext = tbsService; in TbsGatt()
322 mTbsService = tbsService; in TbsGatt()