Bluetooth: Fix alignment
Change-Id: If6b3b426bbcb763e4e089d330930bf68d4843282 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
dabedeb449
commit
ae3c6c00c2
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ static uint8_t att_mtu_req(struct bt_conn *conn, struct bt_buf *data)
|
|||
}
|
||||
|
||||
static uint8_t att_handle_rsp(struct bt_conn *conn, void *pdu, uint16_t len,
|
||||
uint8_t err)
|
||||
uint8_t err)
|
||||
{
|
||||
struct bt_att *att = conn->att;
|
||||
struct bt_att_req req;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue