bluetooth: host: expand l2cap CID abbreviation
Reduces some user confusion regarding whether it is related to "Connection ID", "Channel ID", or "Company ID" for the uninitiated. Signed-off-by: Emil Hammarstrom <emil.hammarstrom@assaabloy.com>
This commit is contained in:
parent
a904330d4f
commit
3cf64b17c3
3 changed files with 5 additions and 5 deletions
|
@ -113,7 +113,7 @@ struct bt_l2cap_chan {
|
|||
|
||||
/** @brief LE L2CAP Endpoint structure. */
|
||||
struct bt_l2cap_le_endpoint {
|
||||
/** Endpoint CID */
|
||||
/** Endpoint Channel Identifier (CID) */
|
||||
uint16_t cid;
|
||||
/** Endpoint Maximum Transmission Unit */
|
||||
uint16_t mtu;
|
||||
|
@ -160,7 +160,7 @@ struct bt_l2cap_le_chan {
|
|||
|
||||
/** @brief BREDR L2CAP Endpoint structure. */
|
||||
struct bt_l2cap_br_endpoint {
|
||||
/** Endpoint CID */
|
||||
/** Endpoint Channel Identifier (CID) */
|
||||
uint16_t cid;
|
||||
/** Endpoint Maximum Transmission Unit */
|
||||
uint16_t mtu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue