apache-mynewt-bot
apache-mynewt-bot
## Style check summary #### No suggestions at this time!
## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### nimble/host/src/ble_eatt.c ```diff @@ -52,7 +52,7 @@ #define BLE_EATT_DATABUF_SIZE ( \ MYNEWT_VAL(BLE_EATT_MTU) + \ - 2 +\ + 2 +...
## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### nimble/host/mesh/src/adv.c ```diff @@ -45,205 +45,212 @@ static struct bt_mesh_adv adv_pool[CONFIG_BT_MESH_ADV_BUF_COUNT]; -static struct bt_mesh_adv *adv_alloc(int id) -{ - return &adv_pool[id];...
## Style check summary #### No suggestions at this time!
## Style check summary #### No suggestions at this time!
## Style check summary #### No suggestions at this time!
## Style check summary #### No suggestions at this time!
## Style check summary #### No suggestions at this time!
## Style check summary #### No suggestions at this time!
## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### apps/bttester/src/bttester.h ```diff @@ -657,53 +647,63 @@ u8_t data[0]; } __packed; -#define GATT_CFG_NOTIFY 0x1a -#define GATT_CFG_INDICATE 0x1b +#define GATT_RELIABLE_WRITE 0x19...