Home
last modified time | relevance | path

Searched refs:PLAYER_NAME_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java49 public static final long PLAYER_NAME_NOTIFY = PLAYER_NAME << 32; field in ServiceFeature
99 if (serviceFeature == PLAYER_NAME_NOTIFY) return "PLAYER_NAME_NOTIFY"; in toString()
DMediaControlProfile.java848 | ServiceFeature.PLAYER_NAME_NOTIFY
DMediaControlGattService.java2144 if (notify && isFeatureSupported(ServiceFeature.PLAYER_NAME_NOTIFY)) { in updatePlayerNameChar()
2285 ServiceFeature.PLAYER_NAME_NOTIFY, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java172 | ServiceFeature.PLAYER_NAME_NOTIFY in initAllFeaturesGattService()