Searched refs:NUM_SUBEVENTS (Results 1 – 2 of 2) sorted by relevance
13 #define NUM_SUBEVENTS 5 macro21 .num_subevents = NUM_SUBEVENTS,28 static struct bt_le_per_adv_subevent_data_params subevent_data_params[NUM_SUBEVENTS];29 static struct net_buf_simple bufs[NUM_SUBEVENTS];30 static uint8_t backing_store[NUM_SUBEVENTS][PACKET_SIZE];
14 #define NUM_SUBEVENTS 5 macro37 .num_subevents = NUM_SUBEVENTS,44 static struct bt_le_per_adv_subevent_data_params subevent_data_params[NUM_SUBEVENTS];45 static struct net_buf_simple bufs[NUM_SUBEVENTS];46 static uint8_t backing_store[NUM_SUBEVENTS][PACKET_SIZE];244 #define MAX_SYNCS (NUM_SUBEVENTS * NUM_RSP_SLOTS)349 sync_config.subevent = num_synced % NUM_SUBEVENTS; in main()350 sync_config.response_slot = num_synced / NUM_SUBEVENTS; in main()