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