Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java2428 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
2430 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt()
2450 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
2452 return (connectGatt(context, autoConnect, callback, transport, PHY_LE_1M_MASK)); in connectGatt()
2476 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
2478 return connectGatt(context, autoConnect, callback, transport, phy, null); in connectGatt()
2504 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
2507 return connectGatt(context, autoConnect, callback, transport, false, phy, handler); in connectGatt()
2539 public BluetoothGatt connectGatt(Context context, boolean autoConnect, in connectGatt() method in BluetoothDevice
/aosp12/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java163 mBluetoothGatt = mDevice.connectGatt(mContext, in onReceive()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothAccessoryFragment.java161 mDeviceGatt = mDevice.connectGatt(getActivity(), true, new GattBatteryCallbacks()); in onStart()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9031 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
9032 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
9033 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
9034 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6192 …method public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, androi…