Ejemplo n.º 1
0
 void OnChannelOpened(IOBluetoothUserNotification notification, IOBluetoothRFCOMMChannel newChannel)
 {
     handleChannelOpened(newChannel);
 }
Ejemplo n.º 2
0
			void OnConnectNotification (IOBluetoothUserNotification notification, IOBluetoothDevice device)
			{
				onDeviceConnected (device);
			}
Ejemplo n.º 3
0
 void OnConnectNotification(IOBluetoothUserNotification notification, IOBluetoothDevice device)
 {
     onDeviceConnected(device);
 }
Ejemplo n.º 4
0
			void OnChannelOpened (IOBluetoothUserNotification notification, IOBluetoothRFCOMMChannel newChannel)
			{
				handleChannelOpened (newChannel);
			}