From 1be4066b3c1903b85edfafa87af86c45b8d84f16 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Wed, 17 May 2023 22:25:43 +0300 Subject: [PATCH] wireless/bluetooth: fix style issues Signed-off-by: Petro Karashchenko --- wireless/bluetooth/bt_att.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wireless/bluetooth/bt_att.h b/wireless/bluetooth/bt_att.h index 99d1798501..c538794198 100644 --- a/wireless/bluetooth/bt_att.h +++ b/wireless/bluetooth/bt_att.h @@ -420,8 +420,8 @@ begin_packed_struct struct bt_att_signed_write_cmd_s } end_packed_struct; typedef void (*bt_att_func_t)(FAR struct bt_conn_s *conn, uint8_t err, - FAR const void *pdu, uint16_t length, - FAR void *user_data); + FAR const void *pdu, uint16_t length, + FAR void *user_data); typedef void (*bt_att_destroy_t)(FAR void *user_data); /**************************************************************************** @@ -430,7 +430,7 @@ typedef void (*bt_att_destroy_t)(FAR void *user_data); void bt_att_initialize(void); struct bt_buf_s *bt_att_create_pdu(FAR struct bt_conn_s *conn, uint8_t op, - size_t len); + size_t len); /* Send ATT PDU over a connection */