Home
last modified time | relevance | path

Searched refs:PARENT_GROUP_OBJ_ID_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java58 public static final long PARENT_GROUP_OBJ_ID_NOTIFY = PARENT_GROUP_OBJ_ID << 32; field in ServiceFeature
108 if (serviceFeature == PARENT_GROUP_OBJ_ID_NOTIFY) return "PARENT_GROUP_OBJ_ID_NOTIFY"; in toString()
DMediaControlGattService.java2406 ServiceFeature.PARENT_GROUP_OBJ_ID_NOTIFY, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java181 | ServiceFeature.PARENT_GROUP_OBJ_ID_NOTIFY in initAllFeaturesGattService()