コード例 #1
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetScanResultAppearance(ref BluetoothLeScanDataStruct scanData,
                                                  BluetoothLePacketType packetType, out int appearance);
コード例 #2
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetScanResultManufacturerData(ref BluetoothLeScanDataStruct scanData,
                                                        BluetoothLePacketType packetType, out int manufId, out IntPtr manufData,
                                                        out int manufDataLength);
コード例 #3
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetScanResultServiceDataList(ref BluetoothLeScanDataStruct scanData,
                                                       BluetoothLePacketType PacketType, out IntPtr serviceDataArray, out int count);
コード例 #4
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetScaResultSvcSolicitationUuids(ref BluetoothLeScanDataStruct scanData,
                                                           BluetoothLePacketType packetType, out IntPtr uuids, out int count);
コード例 #5
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetScanResultTxPowerLevel(ref BluetoothLeScanDataStruct scanData,
                                                    BluetoothLePacketType packetType, out int txPowerLevel);
コード例 #6
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetLeScanResultDeviceName(ref BluetoothLeScanDataStruct scanData,
                                                    BluetoothLePacketType packetType, out string deviceName);
コード例 #7
0
ファイル: Interop.Bluetooth.cs プロジェクト: yourina/TizenFX
 public static extern int GetScanResultServiceUuid(ref BluetoothLeScanDataStruct scanData,
                                                   BluetoothLePacketType packetType, ref IntPtr uuids, ref int count);