Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1639 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1641 return (connectGatt(context, autoConnect,callback, TRANSPORT_AUTO)); in connectGatt()
1659 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1661 return (connectGatt(context, autoConnect,callback, transport, PHY_LE_1M_MASK)); in connectGatt()
1683 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1685 return connectGatt(context, autoConnect,callback, transport, phy, null); in connectGatt()
1709 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/api/
Dcurrent.txt7575 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7576 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7577 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7578 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
Dsystem-current.txt8052 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8053 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8054 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8055 …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…