Searched refs:PLAYER_ICON_OBJ_ID (Results 1 – 4 of 4) sorted by relevance
22 public static final int PLAYER_ICON_OBJ_ID = (int) ServiceFeature.PLAYER_ICON_OBJ_ID; field in ObjectIds
26 public static final long PLAYER_ICON_OBJ_ID = 0x00000002; field in ServiceFeature76 if (serviceFeature == PLAYER_ICON_OBJ_ID) return "PLAYER_ICON_OBJ_ID(BIT 2)"; in toString()
1155 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_OBJ_ID)) { in initialStateRequest()1177 updateObjectID(ObjectIds.PLAYER_ICON_OBJ_ID, -1, notify); in setInitialCharacteristicValues()1657 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_OBJ_ID)) { in updatePlayerState()2070 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_OBJ_ID)) { in updateIconObjIdChar()2074 + CharId.PLAYER_ICON_OBJ_ID in updateIconObjIdChar()2077 updateObjectIdChar(mCharacteristics.get(CharId.PLAYER_ICON_OBJ_ID), objId, null, true); in updateIconObjIdChar()2224 public static final int PLAYER_ICON_OBJ_ID = field in MediaControlGattService.CharId2225 Long.numberOfTrailingZeros(ServiceFeature.PLAYER_ICON_OBJ_ID);2292 CharId.PLAYER_ICON_OBJ_ID, in getUuidCharacteristicList()2293 ServiceFeature.PLAYER_ICON_OBJ_ID, in getUuidCharacteristicList()
156 | ServiceFeature.PLAYER_ICON_OBJ_ID in initAllFeaturesGattService()