andrzej-kaczmarek commented on a change in pull request #744: [WIP] Add support 
for Enhanced LE CoC as per BT 5.2 
URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r375265623
 
 

 ##########
 File path: nimble/host/include/host/ble_l2cap.h
 ##########
 @@ -54,7 +54,11 @@ struct ble_hs_conn;
 #define BLE_L2CAP_SIG_OP_LE_CREDIT_CONNECT_REQ  0x14
 #define BLE_L2CAP_SIG_OP_LE_CREDIT_CONNECT_RSP  0x15
 #define BLE_L2CAP_SIG_OP_FLOW_CTRL_CREDIT       0x16
-#define BLE_L2CAP_SIG_OP_MAX                    0x17
+#define BLE_L2CAP_SIG_OP_CREDIT_CONNECT_REQ     0x17
+#define BLE_L2CAP_SIG_OP_CREDIT_CONNECT_RSP     0x18
+#define BLE_L2CAP_SIG_OP_CREDIT_CONFIG_REQ      0x19
+#define BLE_L2CAP_SIG_OP_CREDIT_CONFIG_RSP      0x1A
 
 Review comment:
   config -> reconfig(ure)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to