Searched refs:openGattServer (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothManager.java | 222 public BluetoothGattServer openGattServer(Context context, in openGattServer() method in BluetoothManager 225 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO)); in openGattServer() 243 public BluetoothGattServer openGattServer(Context context, in openGattServer() method in BluetoothManager 245 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO, eatt_support)); in openGattServer() 265 public BluetoothGattServer openGattServer(Context context, in openGattServer() method in BluetoothManager 267 return (openGattServer(context, callback, transport, false)); in openGattServer() 288 public BluetoothGattServer openGattServer(Context context, in openGattServer() method in BluetoothManager
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattServer.java | 114 mGattServer = mBluetoothManager.openGattServer(mContext, mGattServerCallBack); in startGattServer()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairGattServer.java | 282 .openGattServer(context, mBluetoothGattServerCallback); in FastPairGattServer()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9447 …sion.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGattServer openGattServer(android.conten…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6474 …method public android.bluetooth.BluetoothGattServer openGattServer(android.content.Context, androi…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10594 Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/Bl…
|