Ejemplo n.º 1
0
 internal static extern int BluetoothEnumerateInstalledServices(IntPtr hRadio,
                                                                ref BLUETOOTH_DEVICE_INFO pbtdi,
                                                                ref int pcServices,
                                                                byte[] pGuidServices);
Ejemplo n.º 2
0
 internal static extern bool BluetoothFindNextDevice(
     IntPtr hFind,
     ref BLUETOOTH_DEVICE_INFO pbtdi);
Ejemplo n.º 3
0
 internal static extern int BluetoothGetDeviceInfo(IntPtr hRadio, ref BLUETOOTH_DEVICE_INFO pbtdi);
Ejemplo n.º 4
0
 internal static extern IntPtr BluetoothFindFirstDevice(
     ref BLUETOOTH_DEVICE_SEARCH_PARAMS pbtsp,
     ref BLUETOOTH_DEVICE_INFO pbtdi);
Ejemplo n.º 5
0
 internal static extern int BluetoothRegisterForAuthenticationEx(ref BLUETOOTH_DEVICE_INFO pbtdiln, out IntPtr phRegHandleOut, PFN_AUTHENTICATION_CALLBACK_EX pfnCallbackIn, IntPtr pvParam);
Ejemplo n.º 6
0
 internal static extern int BluetoothAuthenticateDeviceEx(IntPtr hwndParentIn,
                                                          IntPtr hRadioIn,
                                                          ref BLUETOOTH_DEVICE_INFO pbtdiInout,
                                                          IntPtr pbtOobData,
                                                          AUTHENTICATION_REQUIREMENTS authenticationRequirement);
Ejemplo n.º 7
0
 internal static extern int BluetoothAuthenticateDevice(IntPtr hwndParent, IntPtr hRadio, ref BLUETOOTH_DEVICE_INFO pbtdi, string pszPasskey, int ulPasskeyLength);
Ejemplo n.º 8
0
 internal BluetoothDevice(BLUETOOTH_DEVICE_INFO info)
 {
     _info = info;
 }