diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-20 00:21:18 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-20 00:21:18 +0200 | 
| commit | 3d579217297b23df62123eba7807a66b0b93cd1c (patch) | |
| tree | cc71cdf31a142a7a2d03b9804acaa6cd16210acc /common/btio.h | |
| parent | 9b0acaa2621f6a5db077644d2a5a816017eae4b5 (diff) | |
Add support for getting connection info
Diffstat (limited to 'common/btio.h')
| -rw-r--r-- | common/btio.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/common/btio.h b/common/btio.h index 07ebea50..a202da9d 100644 --- a/common/btio.h +++ b/common/btio.h @@ -57,6 +57,8 @@ typedef enum {  	BT_IO_OPT_OMTU,  	BT_IO_OPT_IMTU,  	BT_IO_OPT_MASTER, +	BT_IO_OPT_HANDLE, +	BT_IO_OPT_CLASS,  	BT_IO_OPT_INVALID,  } BtIOOption;  | 
