The methods of Android.Bluetooth.BluetoothGatt are listed below. For a list of all members, see the BluetoothGatt Members list.
See Also: Inherited members from Java.Lang.Object
AbortReliableWrite()Cancels a reliable write transaction for a given device. | ||
AbortReliableWrite(BluetoothDevice) | ||
BeginReliableWrite()Initiates a reliable write transaction for a given remote device. | ||
Close()Close this Bluetooth GATT client. | ||
Connect()Connect back to remote device. | ||
Disconnect()Disconnects an established connection, or cancels a connection attempt currently in progress. | ||
DiscoverServices()Discovers services offered by a remote device as well as their characteristics and descriptors. | ||
ExecuteReliableWrite()Executes a reliable write transaction for a given remote device. | ||
GetConnectionState(BluetoothDevice)Not supported - please use BluetoothManager.GetConnectedDevices(ProfileType) with BluetoothProfile.Gatt as argument | ||
GetDevicesMatchingConnectionStates(ProfileState[])Not supported - please use BluetoothManager.GetDevicesMatchingConnectionStates(ProfileType, System.Int32[]) with BluetoothProfile.Gatt as first argument | ||
GetService(Java.Util.UUID)Returns a Android.Bluetooth.BluetoothGattService, if the requested UUID is supported by the remote device. | ||
ReadCharacteristic(BluetoothGattCharacteristic)Reads the requested characteristic from the associated remote device. | ||
ReadDescriptor(BluetoothGattDescriptor)Reads the value for a given descriptor from the associated remote device. | ||
ReadRemoteRssi()Read the RSSI for a connected remote device. | ||
RequestConnectionPriority(GattConnectionPriority)Request a connection parameter update. | ||
RequestMtu(int)Request an MTU size used for a given connection. | ||
SetCharacteristicNotification(BluetoothGattCharacteristic, bool)Enable or disable notifications/indications for a given characteristic. | ||
WriteCharacteristic(BluetoothGattCharacteristic)Writes a given characteristic and its values to the associated remote device. | ||
WriteDescriptor(BluetoothGattDescriptor)Write the value of a given descriptor to the associated remote device. |