Searched refs:local_conf (Results 1 – 2 of 2) sorted by relevance
844 uint8_t *local_conf = NULL; in send_confirm() local877 local_conf = net_buf_simple_add(&cfm, 16); in send_confirm()880 local_conf)) { in send_confirm()886 if (!memcmp(link.conf, local_conf, 16)) { in send_confirm()
154 uint8_t *local_conf; /* Local Confirmation */ member1252 PROV_FREE_MEM(idx, local_conf);2059 link[idx].local_conf = bt_mesh_calloc(PROV_CONFIRM_SIZE);2060 if (!link[idx].local_conf) {2065 memcpy(link[idx].local_conf, conf, PROV_CONFIRM_SIZE);2339 if (!memcmp(data, link[idx].local_conf, 16)) {