Searched refs:ctl_op (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | transport.c | 1018 uint8_t ctl_op = TRANS_CTL_OP(&hdr); in ctl_recv() local 1020 BT_DBG("OpCode 0x%02x len %u", ctl_op, buf->len); in ctl_recv() 1027 switch (ctl_op) { in ctl_recv() 1040 switch (ctl_op) { in ctl_recv() 1057 if (ctl_op == TRANS_CTL_OP_FRIEND_OFFER) { in ctl_recv() 1062 if (ctl_op == TRANS_CTL_OP_FRIEND_CLEAR_CFM) { in ctl_recv() 1071 switch (ctl_op) { in ctl_recv() 1080 BT_WARN("Unhandled TransOpCode 0x%02x", ctl_op); in ctl_recv() 1142 static int ctl_send_unseg(struct bt_mesh_net_tx *tx, uint8_t ctl_op, void *data, in ctl_send_unseg() argument 1156 net_buf_add_u8(buf, TRANS_CTL_HDR(ctl_op, 0)); in ctl_send_unseg() [all …]
|
D | transport.h | 105 int bt_mesh_ctl_send(struct bt_mesh_net_tx *tx, uint8_t ctl_op, void *data,
|
D | friend.c | 549 uint8_t ctl_op, in encode_friend_ctl() argument 556 net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0)); in encode_friend_ctl()
|