bluetoothmgmt/bluetoothclientlib/inc/bt_sock.h
branchRCL_3
changeset 14 f8503e232b0c
parent 0 29b1cd4cb562
child 17 32ba20339036
equal deleted inserted replaced
13:16aa830c86c8 14:f8503e232b0c
   189 typedef TPckgBuf<TLMDisconnectACLIoctl> TLMDisconnectACLBuf;	/*!< Package for TLMDisconnectACLIoctl structure */
   189 typedef TPckgBuf<TLMDisconnectACLIoctl> TLMDisconnectACLBuf;	/*!< Package for TLMDisconnectACLIoctl structure */
   190 
   190 
   191 // private tokens for use by RBTBaseband facade and stack
   191 // private tokens for use by RBTBaseband facade and stack
   192 _LIT8(KDisconnectOnePhysicalLink, "1");		/*!< Specifes one physical link should be disconnected */
   192 _LIT8(KDisconnectOnePhysicalLink, "1");		/*!< Specifes one physical link should be disconnected */
   193 _LIT8(KDisconnectAllPhysicalLinks, "A");	/*!< Specifes all physical links should be disconnected */
   193 _LIT8(KDisconnectAllPhysicalLinks, "A");	/*!< Specifes all physical links should be disconnected */
       
   194 _LIT8(KDisconnectAllPhysicalLinksForPowerOff, "P");	/*!< Specifes all physical links should be disconnected for power off*/
   194 
   195 
   195 // HCI Ioctls
   196 // HCI Ioctls
   196 /** Add SCO connnection Ioctl
   197 /** Add SCO connnection Ioctl
   197 @deprecated
   198 @deprecated
   198 */
   199 */
  1531 
  1532 
  1532 	IMPORT_C TInt CreateConnection(const TBTDevAddr& aDevAddr);
  1533 	IMPORT_C TInt CreateConnection(const TBTDevAddr& aDevAddr);
  1533 	IMPORT_C void CancelCreateConnection();
  1534 	IMPORT_C void CancelCreateConnection();
  1534 	IMPORT_C TInt Disconnect(const TBTDevAddr& aDevAddr);
  1535 	IMPORT_C TInt Disconnect(const TBTDevAddr& aDevAddr);
  1535 	IMPORT_C TInt DisconnectAll();
  1536 	IMPORT_C TInt DisconnectAll();
       
  1537 	IMPORT_C TInt DisconnectAllForPowerOff();
  1536 	
  1538 	
  1537 	IMPORT_C TInt Broadcast(const TDesC8& aData);
  1539 	IMPORT_C TInt Broadcast(const TDesC8& aData);
  1538 	IMPORT_C TInt ReadRaw(TDes8& aData);
  1540 	IMPORT_C TInt ReadRaw(TDes8& aData);
  1539 	IMPORT_C TInt Enumerate(RBTDevAddrArray& aBTDevAddrArray, TUint aMaxNumber);
  1541 	IMPORT_C TInt Enumerate(RBTDevAddrArray& aBTDevAddrArray, TUint aMaxNumber);
  1540 
  1542