Searched refs:bt_mesh_ctl_send (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.h | 84 int bt_mesh_ctl_send(struct bt_mesh_net_tx *tx, uint8_t ctl_op, void *data,
|
D | lpn.c | 230 return bt_mesh_ctl_send(&tx, TRANS_CTL_OP_FRIEND_CLEAR, &req, in send_friend_clear() 392 return bt_mesh_ctl_send(&tx, TRANS_CTL_OP_FRIEND_REQ, &req, in send_friend_req() 487 err = bt_mesh_ctl_send(&tx, TRANS_CTL_OP_FRIEND_POLL, &fsn, 1, in send_friend_poll() 845 if (bt_mesh_ctl_send(&tx, op, &req, 1 + g * 2, in sub_update()
|
D | heartbeat.c | 150 return bt_mesh_ctl_send(&tx, TRANS_CTL_OP_HEARTBEAT, &hb, sizeof(hb), in heartbeat_send()
|
D | transport.c | 1065 int bt_mesh_ctl_send(struct bt_mesh_net_tx *tx, uint8_t ctl_op, void *data, in bt_mesh_ctl_send() function 1139 return bt_mesh_ctl_send(&tx, TRANS_CTL_OP_ACK, buf, sizeof(buf), in send_ack()
|
D | friend.c | 294 bt_mesh_ctl_send(&tx, TRANS_CTL_OP_FRIEND_CLEAR_CFM, &cfm, in bt_mesh_friend_clear() 830 bt_mesh_ctl_send(&tx, TRANS_CTL_OP_FRIEND_CLEAR, &req, in send_friend_clear()
|