Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Host: SDP: Fix endianness issue of tid
The transfer byte order of SDP is big-endian. The transaction ID(tid) should be big-endian before sending. And tid needs to be converted to CPU byte order after receiving. Signed-off-by: Lyle Zhu <[email protected]>
- Loading branch information