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:
Emil Hammarstrom 2021-02-04 11:07:02 +01:00 committed by Anas Nashif
commit 3cf64b17c3
3 changed files with 5 additions and 5 deletions

View file

@ -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;