bluetooth/btextnotifiers/inc/BTExtNotifiers.h
branchGCC_SURGE
changeset 28 85bf606b6d29
parent 0 29b1cd4cb562
equal deleted inserted replaced
25:9874a66ff829 28:85bf606b6d29
   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 	// Non-exported constructor.  Allows creation of default NULL instance
   132 	TPanConnection();
   132 	IMPORT_C TPanConnection();	// To match the EXPORT_C in BtExtNotifiers.cpp
   133 	
   133 	
   134 private:
   134 private:
   135 	TBTDevAddr iRemoteDeviceAddress;
   135 	TBTDevAddr iRemoteDeviceAddress;
   136 	TBool iUplinkAccessAllowed;
   136 	TBool iUplinkAccessAllowed;
   137 
   137