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.c200 static int bt_data_send(struct bt_mesh_ext_adv *ext_adv, uint8_t num_events, uint16_t adv_interval, in bt_data_send()
221 uint8_t num_events = BT_MESH_TRANSMIT_COUNT(adv->ctx.xmit) + 1; in adv_send() local
600 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.c210 int num_events, in clear_event_registrations()
227 int num_events, in register_events()
280 int z_impl_k_poll(struct k_poll_event *events, int num_events, in z_impl_k_poll()
349 int num_events, k_timeout_t timeout) in z_vrfy_k_poll()
661 int num_events, in k_work_poll_submit_to_queue()
773 int num_events, in k_work_poll_submit()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dperipheral.c37 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/gatt/ccc_store/src/
Dperipheral.c74 int8_t num_events = 0; in start_adv() local
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c84 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.c230 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.h1446 uint8_t num_events; member
/Zephyr-latest/include/zephyr/
Dkernel.h4409 int num_events; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2412 uint8_t num_events = 0; in cmd_adv_start() local