Searched refs:prov_set_method (Results 1 – 1 of 1) sorted by relevance
/subsys/bluetooth/mesh/ |
A D | provisioner.c | 729 static void prov_set_method(uint8_t method, uint8_t action, uint8_t size) in prov_set_method() function 742 prov_set_method(AUTH_METHOD_INPUT, find_msb_set(action) - 1, size); in bt_mesh_auth_method_set_input() 752 prov_set_method(AUTH_METHOD_OUTPUT, find_msb_set(action) - 1, size); in bt_mesh_auth_method_set_output() 762 prov_set_method(AUTH_METHOD_STATIC, 0, 0); in bt_mesh_auth_method_set_static() 778 prov_set_method(AUTH_METHOD_NO_OOB, 0, 0); in bt_mesh_auth_method_set_none()
|
Completed in 4 milliseconds