Home
last modified time | relevance | path

Searched defs:num_events (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c47 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
Dadv_ext.c204 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/
Dpoll.c218 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/
Dperipheral.c36 uint8_t num_events = 0; in start_adv() local
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dadvertiser.c43 uint8_t num_events = 0; in start_adv() local
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c83 int8_t num_events = 0; in start_adv() local
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c72 int8_t num_events = 0; in start_adv() local
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c147 uint8_t num_events = 0; in start_adv() local
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c254 uint8_t num_events = 0; in start_adv() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h345 uint8_t num_events; member
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1319 uint8_t num_events; member
/Zephyr-latest/include/zephyr/
Dkernel.h4407 int num_events; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2417 uint8_t num_events = 0; in cmd_adv_start() local