Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1754 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1756 return (connectGatt(context, autoConnect,callback, TRANSPORT_AUTO)); in connectGatt()
1774 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1776 return (connectGatt(context, autoConnect,callback, transport, PHY_LE_1M_MASK)); in connectGatt()
1798 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1800 return connectGatt(context, autoConnect,callback, transport, phy, null); in connectGatt()
1824 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
1827 return connectGatt(context, autoConnect, callback, transport, false, phy, handler); in connectGatt()
1856 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.txt7609 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7610 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7611 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7612 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
Dtest-current.txt7641 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7642 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7643 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
7644 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
Dsystem-current.txt8086 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8087 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8088 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…
8089 …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…