bluetooth/btextnotifiers/inc/BTExtNotifiers.h
changeset 48 22de2e391156
parent 0 29b1cd4cb562
child 56 015fa7494bd2
equal deleted inserted replaced
35:14e279d2bbb7 48:22de2e391156
   126 				   
   126 				   
   127 	IMPORT_C const TBTDevAddr& RemoteDeviceAddress() const;
   127 	IMPORT_C const TBTDevAddr& RemoteDeviceAddress() const;
   128 	IMPORT_C TBool UplinkAccessAllowed() const;
   128 	IMPORT_C TBool UplinkAccessAllowed() const;
   129 	IMPORT_C TBool IsValid() const;
   129 	IMPORT_C TBool IsValid() const;
   130 	
   130 	
   131 	// Non-exported constructor.  Allows creation of default NULL instance
   131 	// Allows creation of default NULL instance
   132 	TPanConnection();
   132 	IMPORT_C TPanConnection();
   133 	
   133 	
   134 private:
   134 private:
   135 	TBTDevAddr iRemoteDeviceAddress;
   135 	TBTDevAddr iRemoteDeviceAddress;
   136 	TBool iUplinkAccessAllowed;
   136 	TBool iUplinkAccessAllowed;
   137 
   137