Example #1
0
 public static extern uint BluetoothAuthenticateDeviceEx(
     IntPtr hwndParentIn,
     IntPtr hRadioIn,
     ref BLUETOOTH_DEVICE_INFO pbtdiInout,
     /*BLUETOOTH_OOB_DATA*/ object pbtOobData,
     AUTHENTICATION_REQUIREMENTS authenticationRequirement);
Example #2
0
 internal static extern int BluetoothAuthenticateDeviceEx(IntPtr hwndParentIn,
                                                          IntPtr hRadioIn,
                                                          ref BLUETOOTH_DEVICE_INFO pbtdiInout,
                                                          IntPtr pbtOobData,
                                                          AUTHENTICATION_REQUIREMENTS authenticationRequirement);