updateAllowedPersonalData

open suspend fun updateAllowedPersonalData(bluetoothDeviceAddress: BluetoothDeviceAddress, allowedPersonalData: EnumSet<PersonalDataType>)

Updates the set of personal data types that the user has allowed to be sent to this VPA service. The VPA could typically use this information to, for example, recognise contact names for hands free calling and to read messages aloud.

Parameters

bluetoothDeviceAddress

The BluetoothDeviceAddress of the phone for which this setting should be updated.

allowedPersonalData

The set of PersonalDataType that the user has allowed to be sent to this VPA service.