Arguments shall keep consistent naming. --- profiles/network/bnep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/network/bnep.h b/profiles/network/bnep.h index 4fe79ed..df6464d 100644 --- a/profiles/network/bnep.h +++ b/profiles/network/bnep.h @@ -35,7 +35,7 @@ struct bnep *bnep_new(int sk, uint16_t local_role, uint16_t remote_role, void bnep_free(struct bnep *session); typedef void (*bnep_connect_cb) (char *iface, int err, void *data); -int bnep_connect(struct bnep *b, bnep_connect_cb conn_cb, void *data); +int bnep_connect(struct bnep *session, bnep_connect_cb conn_cb, void *data); typedef void (*bnep_disconnect_cb) (void *data); void bnep_set_disconnect(struct bnep *session, bnep_disconnect_cb disconn_cb, void *data); -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html