Lines Matching refs:is_last
82 if (pdu->is_last > BT_HAS_IS_LAST) { in handle_read_preset_rsp()
83 LOG_WRN("unexpected is_last value 0x%02x", pdu->is_last); in handle_read_preset_rsp()
99 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp()
103 bool is_last) in handle_generic_update() argument
130 client_cb->preset_update(&inst->has, pdu->prev_index, &record, is_last); in handle_generic_update()
134 bool is_last) in handle_preset_deleted() argument
141 client_cb->preset_deleted(&inst->has, net_buf_simple_pull_u8(buf), is_last); in handle_preset_deleted()
145 bool available, bool is_last) in handle_preset_availability() argument
153 is_last); in handle_preset_availability()
169 if (pdu->is_last > BT_HAS_IS_LAST) { in handle_preset_changed()
170 LOG_WRN("unexpected is_last 0x%02x", pdu->is_last); in handle_preset_changed()
176 handle_generic_update(inst, buf, !!pdu->is_last); in handle_preset_changed()
181 handle_preset_deleted(inst, buf, !!pdu->is_last); in handle_preset_changed()
186 handle_preset_availability(inst, buf, !!pdu->is_last, true); in handle_preset_changed()
191 handle_preset_availability(inst, buf, !!pdu->is_last, false); in handle_preset_changed()