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