Home
last modified time | relevance | path

Searched refs:ref_cmp (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.h70 uint8_t ref_cmp, bt_mesh_buf_ref_flag_t flag);
Dadv.c400 uint8_t ref_cmp, bt_mesh_buf_ref_flag_t flag) in bt_mesh_adv_buf_ref_debug() argument
409 if (buf->ref != ref_cmp) { in bt_mesh_adv_buf_ref_debug()
410 BT_ERR("Unexpected ref %d in %s, expect to equal to %d", buf->ref, func, ref_cmp); in bt_mesh_adv_buf_ref_debug()
414 if (buf->ref >= ref_cmp) { in bt_mesh_adv_buf_ref_debug()
415 BT_ERR("Unexpected ref %d in %s, expect to smaller than %d", buf->ref, func, ref_cmp); in bt_mesh_adv_buf_ref_debug()