Searched refs:gmcs_cccd (Results 1 – 3 of 3) sorted by relevance
909 byte[] gmcs_cccd = device.getMetadata(BluetoothDevice.METADATA_GMCS_CCCD); in getNotificationSubscriptions()910 if ((gmcs_cccd != null) && (gmcs_cccd.length != 0)) { in getNotificationSubscriptions()911 return Arrays.asList(Utils.byteArrayToUuid(gmcs_cccd)); in getNotificationSubscriptions()921 byte[] gmcs_cccd = device.getMetadata(BluetoothDevice.METADATA_GMCS_CCCD); in setNotificationSubscription()924 if ((gmcs_cccd == null) || (gmcs_cccd.length == 0)) { in setNotificationSubscription()928 new ArrayList<ParcelUuid>(Arrays.asList(Utils.byteArrayToUuid(gmcs_cccd))); in setNotificationSubscription()
50 public byte[] gmcs_cccd; field in CustomizedMetadataEntity111 .append(metadataToString(gmcs_cccd)) in toString()
337 publicMetadata.gmcs_cccd = value; in setCustomizedMeta()434 value = publicMetadata.gmcs_cccd; in getCustomizedMeta()