示例#1
0
 internal static extern int BtGattServerForeachServices(BluetoothGattServerHandle serverHandle, BtGattForeachCallback callback, IntPtr userData);
示例#2
0
 internal static extern int BtGattServerGetService(BluetoothGattServerHandle serverHandle, string uuid, out BluetoothGattAttributeHandle serviceHandle);
示例#3
0
 internal static extern int BtGattServerUnregisterService(BluetoothGattServerHandle serverHandle, BluetoothGattAttributeHandle serviceHandle);
示例#4
0
 internal static extern int BtGattServerUnregisterAllServices(BluetoothGattServerHandle serverHandle);
示例#5
0
 internal static extern int BtGattServerCreate(out BluetoothGattServerHandle serverHandle);