Searched defs:num_events (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_legacy.c | 47 static int bt_data_send(uint8_t num_events, uint16_t adv_int, in bt_data_send() 126 int bt_mesh_adv_bt_data_send(uint8_t num_events, uint16_t adv_int, in bt_mesh_adv_bt_data_send() 134 uint16_t num_events = BT_MESH_TRANSMIT_COUNT(adv->ctx.xmit) + 1; in adv_send() local
|
D | adv_ext.c | 204 static int bt_data_send(struct bt_mesh_ext_adv *ext_adv, uint8_t num_events, uint16_t adv_interval, in bt_data_send() 225 uint8_t num_events = BT_MESH_TRANSMIT_COUNT(adv->ctx.xmit) + 1; in adv_send() local 584 int bt_mesh_adv_bt_data_send(uint8_t num_events, uint16_t adv_interval, in bt_mesh_adv_bt_data_send()
|
/Zephyr-latest/kernel/ |
D | poll.c | 218 int num_events, in clear_event_registrations() 235 int num_events, in register_events() 288 int z_impl_k_poll(struct k_poll_event *events, int num_events, in z_impl_k_poll() 357 int num_events, k_timeout_t timeout) in z_vrfy_k_poll() 669 int num_events, in k_work_poll_submit_to_queue() 781 int num_events, in k_work_poll_submit()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | peripheral.c | 36 uint8_t num_events = 0; in start_adv() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | advertiser.c | 43 uint8_t num_events = 0; in start_adv() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 83 int8_t num_events = 0; in start_adv() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 72 int8_t num_events = 0; in start_adv() local
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 147 uint8_t num_events = 0; in start_adv() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_peripheral.c | 254 uint8_t num_events = 0; in start_adv() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll.h | 345 uint8_t num_events; member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 1319 uint8_t num_events; member
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 4407 int num_events; member
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 2417 uint8_t num_events = 0; in cmd_adv_start() local
|