Esempio n. 1
0
 internal DeviceInformationCustomPairing(BLUETOOTH_DEVICE_INFO info)
 {
     _deviceInfo = info;
     _callback   = new PFN_AUTHENTICATION_CALLBACK_EX(AUTHENTICATION_CALLBACK);
 }
Esempio n. 2
0
 internal static extern int BluetoothRegisterForAuthenticationEx(ref BLUETOOTH_DEVICE_INFO pbtdiln, out IntPtr phRegHandleOut, PFN_AUTHENTICATION_CALLBACK_EX pfnCallbackIn, IntPtr pvParam);