Пример #1
0
 public static extern int GetScanResultAppearance(ref BluetoothLeScanDataStruct scanData,
                                                  BluetoothLePacketType packetType, out int appearance);
Пример #2
0
 public static extern int GetScanResultManufacturerData(ref BluetoothLeScanDataStruct scanData,
                                                        BluetoothLePacketType packetType, out int manufId, out IntPtr manufData,
                                                        out int manufDataLength);
Пример #3
0
 public static extern int GetScanResultServiceDataList(ref BluetoothLeScanDataStruct scanData,
                                                       BluetoothLePacketType PacketType, out IntPtr serviceDataArray, out int count);
Пример #4
0
 public static extern int GetScaResultSvcSolicitationUuids(ref BluetoothLeScanDataStruct scanData,
                                                           BluetoothLePacketType packetType, out IntPtr uuids, out int count);
Пример #5
0
 public static extern int GetScanResultTxPowerLevel(ref BluetoothLeScanDataStruct scanData,
                                                    BluetoothLePacketType packetType, out int txPowerLevel);
Пример #6
0
 public static extern int GetLeScanResultDeviceName(ref BluetoothLeScanDataStruct scanData,
                                                    BluetoothLePacketType packetType, out string deviceName);
Пример #7
0
 public static extern int GetScanResultServiceUuid(ref BluetoothLeScanDataStruct scanData,
                                                   BluetoothLePacketType packetType, ref IntPtr uuids, ref int count);