Searched refs:ref_cmp (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | adv.h | 70 uint8_t ref_cmp, bt_mesh_buf_ref_flag_t flag);
|
D | adv.c | 400 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()
|