asyncWriteDescriptor

@RequiresPermission(value = "android.permission.BLUETOOTH_CONNECT")
fun asyncWriteDescriptor(c: BluetoothGattDescriptor, cb: (Result<BluetoothGattDescriptor>) -> Unit)