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