Searched refs:ctl_op (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 121 const uint8_t *ctl_op) in send_unseg() argument 134 if (ctl_op) { in send_unseg() 135 net_buf_simple_add_u8(&adv->b, TRANS_CTL_HDR(*ctl_op, 0)); in send_unseg() 487 uint8_t *ctl_op) in send_seg() argument 511 if (ctl_op) { in send_seg() 512 tx->hdr = TRANS_CTL_HDR(*ctl_op, 1); in send_seg() 521 tx->seg_n = (sdu->len - 1) / seg_len(!!ctl_op); in send_seg() 537 tx->ctl = !!ctl_op; in send_seg() 565 len = MIN(sdu->len, seg_len(!!ctl_op)); in send_seg() 585 net_tx, type, ctl_op ? NULL : &tx->seq_auth, in send_seg() [all …]
|
D | transport.h | 84 int bt_mesh_ctl_send(struct bt_mesh_net_tx *tx, uint8_t ctl_op, void *data,
|
D | friend.c | 542 uint8_t ctl_op, in encode_friend_ctl() argument 549 net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0)); in encode_friend_ctl()
|