示例#1
0
 void OnChannelOpened(IOBluetoothUserNotification notification, IOBluetoothRFCOMMChannel newChannel)
 {
     handleChannelOpened(newChannel);
 }
示例#2
0
			void OnConnectNotification (IOBluetoothUserNotification notification, IOBluetoothDevice device)
			{
				onDeviceConnected (device);
			}
示例#3
0
 void OnConnectNotification(IOBluetoothUserNotification notification, IOBluetoothDevice device)
 {
     onDeviceConnected(device);
 }
			void OnChannelOpened (IOBluetoothUserNotification notification, IOBluetoothRFCOMMChannel newChannel)
			{
				handleChannelOpened (newChannel);
			}