Home
last modified time | relevance | path

Searched refs:subevents (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.4.0/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c30 uint8_t subevents[1]; in sync_cb() local
41 params.subevents = subevents; in sync_cb()
42 subevents[0] = pawr_timing.subevent; in sync_cb()
147 uint8_t subevents[1]; in write_timing() local
152 params.subevents = subevents; in write_timing()
153 subevents[0] = pawr_timing.subevent; in write_timing()
/Zephyr-Core-3.4.0/samples/bluetooth/periodic_sync_conn/src/
Dmain.c27 uint8_t subevents[1]; in sync_cb() local
36 params.subevents = subevents; in sync_cb()
37 subevents[0] = 0; in sync_cb()
/Zephyr-Core-3.4.0/samples/bluetooth/periodic_sync_rsp/
DREADME.rst21 subevents and response slots, to that they can communicate with the
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dbluetooth.h2559 uint8_t *subevents; member
Dhci_types.h1523 struct bt_hci_cp_le_set_pawr_subevent_data_element subevents[0]; member
1543 uint8_t subevents[0]; member
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/
DKconfig914 int "LE Connected Isochronous Streams max number of subevents"
919 Maximum number of CIS subevents.
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dscan.c1111 net_buf_add_mem(buf, params->subevents, cp->num_subevents); in bt_le_per_adv_sync_subevent()