Home
last modified time | relevance | path

Searched refs:bt_smp_sign (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dsmp_null.c37 int bt_smp_sign(struct bt_conn *conn, struct net_buf *buf) in bt_smp_sign() function
Dsmp.h178 int bt_smp_sign(struct bt_conn *conn, struct net_buf *buf);
Dsmp.c4934 int bt_smp_sign(struct bt_conn *conn, struct net_buf *buf) in bt_smp_sign() function
4972 int bt_smp_sign(struct bt_conn *conn, struct net_buf *buf) in bt_smp_sign() function
Datt.c399 err = bt_smp_sign(chan->att->conn, buf); in chan_send()