internal static extern int BtGattServerForeachServices(BluetoothGattServerHandle serverHandle, BtGattForeachCallback callback, IntPtr userData);
internal static extern int BtGattServerGetService(BluetoothGattServerHandle serverHandle, string uuid, out BluetoothGattAttributeHandle serviceHandle);
internal static extern int BtGattServerUnregisterService(BluetoothGattServerHandle serverHandle, BluetoothGattAttributeHandle serviceHandle);
internal static extern int BtGattServerUnregisterAllServices(BluetoothGattServerHandle serverHandle);
internal static extern int BtGattServerCreate(out BluetoothGattServerHandle serverHandle);