host/mesh: make all files have single empty line at the end

This commit is contained in:
Krzysztof Kopyściński
2021-11-10 06:24:00 +01:00
committed by Krzysztof Kopyściński
parent 5cc57dee07
commit b9c20addd8
26 changed files with 24 additions and 26 deletions
+1 -1
View File
@@ -262,4 +262,4 @@ struct bt_mesh_cdb_app_key *bt_mesh_cdb_app_key_get(uint16_t app_idx);
*/
void bt_mesh_cdb_app_key_store(const struct bt_mesh_cdb_app_key *key);
#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_CDB_H_ */
#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_CDB_H_ */
+1 -1
View File
@@ -488,4 +488,4 @@ ssize_t bt_mesh_app_keys_get(uint16_t net_idx, uint16_t app_idxs[], size_t max,
* @}
*/
#endif /* _BT_MESH_CFG_H_ */
#endif /* _BT_MESH_CFG_H_ */
+1 -1
View File
@@ -120,4 +120,4 @@ extern struct bt_mesh_hb_cb hb_cb;
* @}
*/
#endif /* _BLUETOOTH_MESH_HEARTBEAT_H_ */
#endif /* _BLUETOOTH_MESH_HEARTBEAT_H_ */
+1 -1
View File
@@ -222,4 +222,4 @@ bool bt_mesh_msg_ack_ctx_match(const struct bt_mesh_msg_ack_ctx *ack,
/**
* @}
*/
#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_MSG_H_ */
#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_MSG_H_ */
+1 -1
View File
@@ -1310,4 +1310,4 @@ void bt_mesh_access_init(void)
SYSINIT_PANIC_ASSERT_MSG(rc == 0,
"Failed to register bt_mesh_access conf");
#endif
}
}
+1 -1
View File
@@ -242,4 +242,4 @@ int bt_mesh_adv_start(const struct ble_gap_adv_params *param, int32_t duration,
adv_timeout = duration;
return bt_le_adv_start(param, duration, ad, ad_len, sd, sd_len);
}
#endif
#endif
+1 -1
View File
@@ -714,4 +714,4 @@ void bt_mesh_app_key_init(void)
SYSINIT_PANIC_ASSERT_MSG(rc == 0,
"Failed to register bt_mesh_app_key conf");
#endif
}
}
+1 -1
View File
@@ -65,4 +65,4 @@ extern void (*bt_mesh_app_key_cb_list[1]) (uint16_t app_idx, uint16_t net_idx,
/** @brief Store pending application keys in persistent storage. */
void bt_mesh_app_key_pending_store(void);
void bt_mesh_app_key_init(void);
#endif /* _BT_MESH_APP_KEYS_H_ */
#endif /* _BT_MESH_APP_KEYS_H_ */
+1 -1
View File
@@ -385,4 +385,4 @@ void bt_mesh_cfg_default_set(void)
if (CONFIG_BT_MESH_FRIEND_ENABLED) {
atomic_set_bit(bt_mesh.flags, BT_MESH_FRIEND);
}
}
}
+1 -1
View File
@@ -7,4 +7,4 @@
void bt_mesh_cfg_default_set(void);
void bt_mesh_cfg_pending_store(void);
bool bt_mesh_fixed_group_match(uint16_t addr);
bool bt_mesh_fixed_group_match(uint16_t addr);
+1 -1
View File
@@ -461,4 +461,4 @@ void bt_mesh_hb_pub_init(void)
SYSINIT_PANIC_ASSERT_MSG(rc == 0,
"Failed to register bt_mesh_hb_pub conf");
#endif
}
}
+1 -1
View File
@@ -40,4 +40,4 @@ uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *hb_pub);
uint8_t bt_mesh_hb_sub_set(uint16_t src, uint16_t dst, uint32_t period);
void bt_mesh_hb_sub_reset_count(void);
void bt_mesh_hb_pub_pending_store(void);
void bt_mesh_hb_pub_init(void);
void bt_mesh_hb_pub_init(void);
-1
View File
@@ -55,4 +55,3 @@ int light_model_light_lightness_set(struct bt_mesh_model *model, int16_t lightne
{
return light_model_gen_level_set(model, lightness);
}
-1
View File
@@ -302,4 +302,3 @@ done:
os_mbuf_free_chain(msg);
return err;
}
+1 -1
View File
@@ -81,4 +81,4 @@ bool bt_mesh_msg_ack_ctx_match(const struct bt_mesh_msg_ack_ctx *ack,
}
return true;
}
}
+1 -1
View File
@@ -172,4 +172,4 @@ const struct prov_bearer pb_gatt = {
.send = buf_send,
.clear_tx = clear_tx,
};
#endif
#endif
+1 -1
View File
@@ -468,4 +468,4 @@ int bt_mesh_pb_gatt_adv_start(void)
return err;
}
#endif
#endif
+1 -1
View File
@@ -28,4 +28,4 @@ extern struct svc_handles {
uint16_t prov_data_out_h;
} svc_handles;
#endif /* __PB_GATT_SRV_H__ */
#endif /* __PB_GATT_SRV_H__ */
+1 -1
View File
@@ -7,4 +7,4 @@
*/
int bt_mesh_pb_adv_open(const uint8_t uuid[16], uint16_t net_idx, uint16_t addr,
uint8_t attention_duration);
uint8_t attention_duration);
+1 -1
View File
@@ -982,4 +982,4 @@ int bt_mesh_proxy_init(void)
ble_gatts_svc_set_visibility(svc_handles.prov_h, 0);
return 0;
}
}
+1 -1
View File
@@ -377,4 +377,4 @@ void bt_mesh_rpl_init(void)
SYSINIT_PANIC_ASSERT_MSG(rc == 0,
"Failed to register bt_mesh_rpl conf");
#endif
}
}
+1 -1
View File
@@ -29,4 +29,4 @@ bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx,
void bt_mesh_rpl_clear(void);
void bt_mesh_rpl_update(struct bt_mesh_rpl *rpl,
struct bt_mesh_net_rx *rx);
void bt_mesh_rpl_init(void);
void bt_mesh_rpl_init(void);
+1 -1
View File
@@ -882,4 +882,4 @@ void bt_mesh_net_key_init(void)
SYSINIT_PANIC_ASSERT_MSG(rc == 0,
"Failed to register bt_mesh_net_key conf");
#endif
}
}
+1 -1
View File
@@ -203,4 +203,4 @@ void bt_mesh_subnet_store(uint16_t net_idx);
/** @brief Store the pending Subnets in persistent storage. */
void bt_mesh_subnet_pending_store(void);
void bt_mesh_net_key_init(void);
#endif /* _BLUETOOTH_MESH_SUBNET_H_ */
#endif /* _BLUETOOTH_MESH_SUBNET_H_ */
+1 -1
View File
@@ -103,4 +103,4 @@ uint8_t *bt_mesh_va_label_get(uint16_t addr);
void bt_mesh_va_pending_store(void);
void bt_mesh_va_init(void);
void bt_mesh_va_init(void);
+1 -1
View File
@@ -979,4 +979,4 @@ syscfg.vals.BLE_MESH_PB_ADV:
syscfg.vals.'BLE_MESH_PB_GATT':
BLE_MESH_PROXY_MSG_LEN: 66
syscfg.vals.'BLE_MESH_GATT_PROXY':
BLE_MESH_PROXY_MSG_LEN: 33
BLE_MESH_PROXY_MSG_LEN: 33