Searched refs:prov_buf_init (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | prov.c | 567 static void prov_buf_init(struct net_buf_simple *buf, u8_t type) in prov_buf_init() function 577 prov_buf_init(&buf, PROV_FAILED); in prov_send_fail_msg() 599 prov_buf_init(&buf, PROV_CAPABILITIES); in prov_invite() 867 prov_buf_init(&cfm, PROV_CONFIRM); in send_confirm() 894 prov_buf_init(&buf, PROV_INPUT_COMPLETE); in send_input_complete() 987 prov_buf_init(&buf, PROV_PUB_KEY); in send_pub_key() 1097 prov_buf_init(&rnd, PROV_RANDOM); in prov_random() 1191 prov_buf_init(&msg, PROV_COMPLETE); in prov_data()
|
A D | provisioner_prov.c | 1590 static void prov_buf_init(struct net_buf_simple *buf, u8_t type) in prov_buf_init() function 1616 prov_buf_init(buf, PROV_INVITE); in send_invite() 1779 prov_buf_init(buf, PROV_START); in prov_capabilities() 2012 prov_buf_init(buf, PROV_CONFIRM); in send_confirm() 2199 prov_buf_init(buf, PROV_PUB_KEY); in send_pub_key() 2311 prov_buf_init(buf, PROV_RANDOM); in prov_confirm() 2436 prov_buf_init(buf, PROV_DATA); in send_prov_data()
|
Completed in 11 milliseconds