Home
last modified time | relevance | path

Searched refs:registerAppConfiguration (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealth.java150 return registerAppConfiguration(name, dataType, SINK_ROLE, in registerSinkAppConfiguration()
170 public boolean registerAppConfiguration(String name, int dataType, int role, in registerAppConfiguration() method in BluetoothHealth
182 result = mService.registerAppConfiguration(config, wrapper); in registerAppConfiguration()
DIBluetoothHealth.aidl31 boolean registerAppConfiguration(in BluetoothHealthAppConfiguration config, in registerAppConfiguration() method