Lines Matching full:md
227 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md);
564 static struct net_buf *encode_update(struct bt_mesh_friend *frnd, uint8_t md) in encode_update() argument
571 LOG_DBG("lpn 0x%04x md 0x%02x", frnd->lpn, md); in encode_update()
578 upd->md = md; in encode_update()
700 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md) in enqueue_update() argument
704 buf = encode_update(frnd, md); in enqueue_update()
1200 static void update_overwrite(struct net_buf *buf, uint8_t md) in update_overwrite() argument
1225 LOG_DBG("Update Previous Friend Update MD 0x%02x -> 0x%02x", upd->md, md); in update_overwrite()
1226 upd->md = md; in update_overwrite()
1242 uint8_t md; in friend_timeout() local
1271 md = (uint8_t)(sys_slist_peek_head(&frnd->queue) != NULL); in friend_timeout()
1273 update_overwrite(frnd->last, md); in friend_timeout()