Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.c151 uint8_t auth_size = bt_mesh_prov_auth_size_get(); in get_auth_number()
176 uint8_t auth_size = bt_mesh_prov_auth_size_get(); in bt_mesh_prov_auth()
266 uint8_t auth_size = bt_mesh_prov_auth_size_get(); in bt_mesh_input_number()
348 expected = 1 + bt_mesh_prov_auth_size_get(); in prov_recv()
Dprovisionee.c159 uint8_t auth_size = bt_mesh_prov_auth_size_get(); in prov_start()
209 uint8_t auth_size = bt_mesh_prov_auth_size_get(); in send_confirm()
410 net_buf_simple_add_mem(&rnd, bt_mesh_prov_link.rand, bt_mesh_prov_auth_size_get()); in send_random()
422 uint8_t rand_size = bt_mesh_prov_auth_size_get(); in prov_random()
461 uint8_t conf_size = bt_mesh_prov_auth_size_get(); in prov_confirm()
Dprov.h168 static inline uint8_t bt_mesh_prov_auth_size_get(void) in bt_mesh_prov_auth_size_get() function
Dprovisioner.c314 uint8_t auth_size = bt_mesh_prov_auth_size_get(); in send_confirm()
618 uint8_t rand_size = bt_mesh_prov_auth_size_get(); in send_random()
633 uint8_t rand_size = bt_mesh_prov_auth_size_get(); in prov_random()
672 uint8_t conf_size = bt_mesh_prov_auth_size_get(); in prov_confirm()