Beispiel #1
0
 internal static extern int BtGattClientForeachServices(BluetoothGattClientHandle clientHandle, BtGattForeachCallback callback, IntPtr userData);
Beispiel #2
0
 internal static extern int BtGattClientGetRemoteAddress(BluetoothGattClientHandle clientHandle, out string remoteAddress);
Beispiel #3
0
 internal static extern int BtGattClientGetService(BluetoothGattClientHandle clientHandle, string uuid, out BluetoothGattAttributeHandle serviceHandle);
Beispiel #4
0
 internal static extern int BtGattClientCreate(string remoteAddress, out BluetoothGattClientHandle clientHandle);