| class TBTSockAddr : public TSockAddr |
Bluetooth socket address
Stores bluetooth device address, and security - these are common to all Bluetooth addresses
| Public Member Functions | |
|---|---|
| TBTSockAddr() | |
| TBTSockAddr(const TSockAddr &) | |
| IMPORT_C TBTDevAddr | BTAddr() |
| IMPORT_C TBTServiceSecurity | BTSecurity() |
| IMPORT_C TBTSockAddr & | Cast(const TSockAddr &) |
| IMPORT_C void | SetBTAddr(const TBTDevAddr &) |
| IMPORT_C void | SetSecurity(const TBTServiceSecurity &) |
| Protected Member Functions | |
|---|---|
| IMPORT_C TAny * | EndBTSockAddrPtr() |
| Private Member Functions | |
|---|---|
| TPtr8 | AddressPtr() |
| SBTAddrSecurity & | BTAddrSecStruct() |
| Inherited Attributes | |
|---|---|
| TBuf8< KMaxSockAddrSize >::iBuf | |
| TDes8::__DECLARE_TEST | |
| TDes8::iMaxLength | |
| IMPORT_C | TBTSockAddr | ( | const TSockAddr & | aAddr | ) |
| const TSockAddr & aAddr |
| IMPORT_C TBTSockAddr & | Cast | ( | const TSockAddr & | aAddr | ) | [static] |
| const TSockAddr & aAddr |
| IMPORT_C void | SetBTAddr | ( | const TBTDevAddr & | aRemote | ) |
| const TBTDevAddr & aRemote |
| IMPORT_C void | SetSecurity | ( | const TBTServiceSecurity & | aSecurity | ) |
| const TBTServiceSecurity & aSecurity |