Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h50 bool bt_mesh_provisioner_check_is_addr_dup(uint16_t addr, uint8_t elem_num, bool comp_with_own);
Dnet.h324 void bt_mesh_msg_cache_clear(uint16_t unicast_addr, uint8_t elem_num);
Dprovisioner_main.c197 bool bt_mesh_provisioner_check_is_addr_dup(uint16_t addr, uint8_t elem_num, bool comp_with_own) in bt_mesh_provisioner_check_is_addr_dup() argument
219 for (comp_addr = addr; comp_addr < addr + elem_num; comp_addr++) { in bt_mesh_provisioner_check_is_addr_dup()
Dnet.c134 void bt_mesh_msg_cache_clear(uint16_t unicast_addr, uint8_t elem_num) in bt_mesh_msg_cache_clear() argument
140 msg_cache[i].src < unicast_addr + elem_num) { in bt_mesh_msg_cache_clear()