Home
last modified time | relevance | path

Searched refs:connectGatt (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1801 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1803 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt()
1821 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1823 return (connectGatt(context, autoConnect, callback, transport, PHY_LE_1M_MASK)); in connectGatt()
1845 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1847 return connectGatt(context, autoConnect, callback, transport, phy, null); in connectGatt()
1871 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1874 return connectGatt(context, autoConnect, callback, transport, false, phy, handler); in connectGatt()
1903 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1131 Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/Bluet…
Dhiddenapi-public-dex.txt5435 Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/Bluet…
5436 Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/Bluet…
5437 Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/Bluet…
5438 Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/Bluet…
Dhiddenapi-private-dex.txt12142 Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/Bluet…
/frameworks/base/api/
Dcurrent.txt8064 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8065 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8066 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8067 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6192 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…