Esempio n. 1
0
 public static extern int SetAdvertisingDeviceName(IntPtr advertiserHandle, BluetoothLePacketType packetType,
                                                   bool includeName);
Esempio n. 2
0
 public static extern int SetAdvertisingAppearance(IntPtr advertiserHandle,
                                                   BluetoothLePacketType packetType, int appearance);
Esempio n. 3
0
 public static extern int AddAdvertisingManufData(IntPtr advertiserHandle, BluetoothLePacketType packetType,
                                                  int manufId, IntPtr manufData, int manufacturerDataLength);
Esempio n. 4
0
 public static extern int AddAdvertisingServiceSolicitationUuid(IntPtr advertiserHandle,
                                                                BluetoothLePacketType PacketType, string uuid);
Esempio n. 5
0
 public static extern int AddAdvertisingServiceData(IntPtr advertiserHandle,
                                                    BluetoothLePacketType PacketType, string uuid, IntPtr serviceData, int serviceDatalength);
Esempio n. 6
0
 public static extern int GetScanResultAppearance(ref BluetoothLeScanDataStruct scanData,
                                                  BluetoothLePacketType packetType, out int appearance);
Esempio n. 7
0
 public static extern int GetScanResultManufacturerData(ref BluetoothLeScanDataStruct scanData,
                                                        BluetoothLePacketType packetType, out int manufId, out IntPtr manufData,
                                                        out int manufDataLength);
Esempio n. 8
0
 public static extern int GetScaResultSvcSolicitationUuids(ref BluetoothLeScanDataStruct scanData,
                                                           BluetoothLePacketType packetType, out IntPtr uuids, out int count);
Esempio n. 9
0
 public static extern int GetScanResultServiceDataList(ref BluetoothLeScanDataStruct scanData,
                                                       BluetoothLePacketType PacketType, out IntPtr serviceDataArray, out int count);
Esempio n. 10
0
 public static extern int GetScanResultTxPowerLevel(ref BluetoothLeScanDataStruct scanData,
                                                    BluetoothLePacketType packetType, out int txPowerLevel);
Esempio n. 11
0
 public static extern int GetLeScanResultDeviceName(ref BluetoothLeScanDataStruct scanData,
                                                    BluetoothLePacketType packetType, out string deviceName);
Esempio n. 12
0
 public static extern int GetScanResultServiceUuid(ref BluetoothLeScanDataStruct scanData,
                                                   BluetoothLePacketType packetType, ref IntPtr uuids, ref int count);
Esempio n. 13
0
 public static extern int ClearAdvertisingData(IntPtr advertiserHandle, BluetoothLePacketType packetType);
Esempio n. 14
0
 public static extern int SetAdvertisingTxPowerLevel(IntPtr advertiserHandle, BluetoothLePacketType packetType,
                                                     bool includePowerLevel);