Home
last modified time | relevance | path

Searched refs:NUM_RSP_SLOTS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c12 #define NUM_RSP_SLOTS 5 macro
25 .num_response_slots = NUM_RSP_SLOTS,
47 subevent_data_params[i].response_slot_count = NUM_RSP_SLOTS; in request_cb()
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c13 #define NUM_RSP_SLOTS 5 macro
41 .num_response_slots = NUM_RSP_SLOTS,
68 subevent_data_params[i].response_slot_count = NUM_RSP_SLOTS; in request_cb()
244 #define MAX_SYNCS (NUM_SUBEVENTS * NUM_RSP_SLOTS)