Searched refs:connectGatt (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 2046 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice 2048 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt() 2066 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice 2068 return (connectGatt(context, autoConnect, callback, transport, PHY_LE_1M_MASK)); in connectGatt() 2090 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice 2092 return connectGatt(context, autoConnect, callback, transport, phy, null); in connectGatt() 2116 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice 2119 return connectGatt(context, autoConnect, callback, transport, false, phy, handler); in connectGatt() 2149 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |