Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java45 public static final long SEARCH_CONTROL_POINT = 0x00100000; field in ServiceFeature
97 if (serviceFeature == SEARCH_CONTROL_POINT) return "SEARCH_CONTROL_POINT(BIT 21)"; in toString()
DMediaControlGattService.java1589 mCharacteristics.get(CharId.SEARCH_CONTROL_POINT); in setSearchRequestResult()
2262 public static final int SEARCH_CONTROL_POINT = field in MediaControlGattService.CharId
2263 Long.numberOfTrailingZeros(ServiceFeature.SEARCH_CONTROL_POINT);
2471 CharId.SEARCH_CONTROL_POINT, in getUuidCharacteristicList()
2472 ServiceFeature.SEARCH_CONTROL_POINT, in getUuidCharacteristicList()
2474 ServiceFeature.SEARCH_CONTROL_POINT, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java170 | ServiceFeature.SEARCH_CONTROL_POINT in initAllFeaturesGattService()