Searched refs:xact (Results 1 – 3 of 3) sorted by relevance
72 uint8_t xact; member77 uint8_t xact; member
583 static void enqueue_sub_cfm(struct bt_mesh_friend *frnd, uint8_t xact) in enqueue_sub_cfm() argument589 LOG_DBG("lpn 0x%04x xact 0x%02x", frnd->lpn, xact); in enqueue_sub_cfm()594 cfm->xact = xact; in enqueue_sub_cfm()628 uint8_t xact; in bt_mesh_friend_sub_add() local648 xact = net_buf_simple_pull_u8(buf); in bt_mesh_friend_sub_add()654 enqueue_sub_cfm(frnd, xact); in bt_mesh_friend_sub_add()663 uint8_t xact; in bt_mesh_friend_sub_rem() local683 xact = net_buf_simple_pull_u8(buf); in bt_mesh_friend_sub_rem()689 enqueue_sub_cfm(frnd, xact); in bt_mesh_friend_sub_rem()
843 req.xact = lpn->xact_next++; in sub_update()851 lpn->xact_pending = req.xact; in sub_update()996 LOG_DBG("xact 0x%02x", msg->xact); in bt_mesh_lpn_friend_sub_cfm()1003 if (msg->xact != lpn->xact_pending) { in bt_mesh_lpn_friend_sub_cfm()1004 LOG_WRN("Transaction mismatch (0x%02x != 0x%02x)", msg->xact, lpn->xact_pending); in bt_mesh_lpn_friend_sub_cfm()