Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:gatt

577       * No preferrence of physical transport for GATT connections to remote dual-mode devices
582 * Prefer BR/EDR transport for GATT connections to remote dual-mode devices
587 * Prefer LE transport for GATT connections to remote dual-mode devices
1542 * Connect to GATT Server hosted by this device. Caller acts as GATT client.
1544 * as any further GATT client operations.
1546 * GATT client operations.
1547 * @param callback GATT callback handler that will receive asynchronous callbacks.
1559 * Connect to GATT Server hosted by this device. Caller acts as GATT client.
1561 * as any further GATT client operations.
1563 * GATT client operations.
1564 * @param callback GATT callback handler that will receive asynchronous callbacks.
1568 * @param transport preferred transport for GATT connections to remote dual-mode devices
1585 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this, transport);
1586 gatt.connect(autoConnect, callback);
1587 return gatt;