Searched refs:PROV_BUF (Results 1 – 2 of 2) sorted by relevance
210 #define PROV_BUF(name, len) NET_BUF_SIMPLE_DEFINE(name, PROV_BUF_HEADROOM + len) macro575 PROV_BUF(buf, 2); in prov_send_fail_msg()588 PROV_BUF(buf, 12); in prov_invite()837 PROV_BUF(cfm, 17); in send_confirm()892 PROV_BUF(buf, 1); in send_input_complete()975 PROV_BUF(buf, 65); in send_pub_key()1071 PROV_BUF(rnd, 16); in prov_random()1128 PROV_BUF(msg, 1); in prov_data()
336 #define PROV_BUF(len) NET_BUF_SIMPLE(PROV_BUF_HEADROOM + len) macro1613 struct net_buf_simple *buf = PROV_BUF(2); in send_invite()1633 struct net_buf_simple *buf = PROV_BUF(6); in prov_capabilities()1953 struct net_buf_simple *buf = PROV_BUF(17); in send_confirm()2171 struct net_buf_simple *buf = PROV_BUF(65); in send_pub_key()2281 struct net_buf_simple *buf = PROV_BUF(17); in prov_confirm()2326 struct net_buf_simple *buf = PROV_BUF(34); in send_prov_data()
Completed in 11 milliseconds