/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_aux.c | 90 uint8_t ll_adv_aux_random_addr_set(uint8_t handle, uint8_t const *const addr) in ll_adv_aux_random_addr_set() argument 94 adv = ull_adv_is_created_get(handle); in ll_adv_aux_random_addr_set() 109 uint8_t ll_adv_aux_ad_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, in ll_adv_aux_ad_data_set() argument 131 adv = ull_adv_is_created_get(handle); in ll_adv_aux_ad_data_set() 727 uint8_t ll_adv_aux_sr_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, in ll_adv_aux_sr_data_set() argument 755 adv = ull_adv_is_created_get(handle); in ll_adv_aux_sr_data_set() 1333 uint8_t ll_adv_aux_set_remove(uint8_t handle) in ll_adv_aux_set_remove() argument 1339 adv = ull_adv_is_created_get(handle); in ll_adv_aux_set_remove() 1412 uint8_t handle; in ll_adv_aux_set_clear() local 1415 for (handle = 0; handle < BT_CTLR_ADV_SET; ++handle) { in ll_adv_aux_set_clear() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_prof.c | 126 rx->hdr.handle = 0xFFFF; in lll_prof_send()
|
/Zephyr-latest/drivers/sensor/st/i3g4250d/ |
D | i3g4250d_spi.c | 102 i3g4250d->ctx->handle = (void *)dev; in i3g4250d_spi_init()
|
/Zephyr-latest/drivers/sensor/st/iis2mdc/ |
D | iis2mdc_spi.c | 108 data->ctx->handle = (void *)dev; in iis2mdc_spi_init()
|
/Zephyr-latest/drivers/sensor/st/ism330dhcx/ |
D | ism330dhcx_spi.c | 110 data->ctx->handle = (void *)dev; in ism330dhcx_spi_init()
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/ |
D | esp32_ethernet_kit_procpu.dts | 86 phy-handle = <&phy>;
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | Kconfig | 49 Priority of thread used by the driver to handle interrupts. 56 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 166 // handle data 169 // handle data 172 // handle data 175 // handle timeout 193 // handle data 197 // handle data 201 // handle data
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | Kconfig.eswifi | 40 It can be increased to handle larger messages, like scan results.
|
/Zephyr-latest/boards/pjrc/teensy4/ |
D | teensy41.dts | 43 phy-handle = <&phy>;
|
/Zephyr-latest/boards/common/ |
D | openocd-adi-max32.boards.cmake | 37 board_runner_args(openocd "--target-handle=_CHIPNAME.cpu")
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/src/ |
D | main.c | 108 cis.lll.acl_handle = conn.lll.handle; in test_cis_terminate_loc()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.c | 1282 cau3_handle_t handle = { in radio_ccm_rx_pkt_set() local 1303 status = CAU3_AES_SetKey(CAU3, &handle, key_local, 16); in radio_ccm_rx_pkt_set() 1381 cau3_handle_t handle = { in radio_ccm_tx_pkt_set() local 1402 status = CAU3_AES_SetKey(CAU3, &handle, key_local, 16); in radio_ccm_tx_pkt_set() 1411 status = CAU3_AES_CCM_EncryptTag(CAU3, &handle, in radio_ccm_tx_pkt_set() 1432 cau3_handle_t handle = { in radio_ccm_is_done() local 1441 status = CAU3_AES_CCM_DecryptTag(CAU3, &handle, in radio_ccm_is_done() 1452 ctx_ccm.auth_mic_valid = handle.micPassed; in radio_ccm_is_done()
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 138 To read the descriptors, a handle to the descriptors should first be initialized: 142 struct bindesc_handle handle; 145 bindesc_open_ram(&handle, buffer); 148 The rest of the API is agnostic to where the data is. After the handle has been initialized, 154 bindesc_find_str(&handle, BINDESC_ID_KERNEL_VERSION_STRING, &version);
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 67 uint8_t handle; in common_create_adv_set() local 73 err = ll_adv_set_by_hci_handle_get_or_new(hci_handle, &handle); in common_create_adv_set() 77 adv_set = ull_adv_set_get(handle); in common_create_adv_set()
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 100 [ATTRIBUTE] handle 16 101 [ATTRIBUTE] handle 17 102 [ATTRIBUTE] handle 19
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 17 like setting up a connection, getting the GATT handle of a characteristic, etc..
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 44 .handle = _handle \
|
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/ |
D | eth_nxp_imx_netc_priv.h | 92 ep_handle_t handle; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_peripheral.c | 116 if (unlikely(lll->handle == 0xFFFF)) { 339 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event);
|
D | lll_adv_iso.c | 264 uint16_t handle; in prepare_cb_common() local 270 handle = LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle); in prepare_cb_common() 284 ull_iso_lll_ack_enqueue(handle, tx); in prepare_cb_common() 438 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_ISO_BASE + lll->handle), ticks_at_event); in prepare_cb_common() 642 uint16_t handle; in isr_tx_common() local 650 handle = LL_BIS_ADV_HANDLE_FROM_IDX(stream_handle); in isr_tx_common() 671 ull_iso_lll_ack_enqueue(handle, tx); in isr_tx_common()
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | Kconfig | 102 Priority of thread used by the driver to handle interrupts. 109 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 302 uint32_t handle; /**< Redundant, for quick ref */ member 544 uint32_t handle; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/ |
D | gatt_client_test.c | 129 printk("[ATTRIBUTE] handle %u\n", attr->handle); in discover_func() 135 params->start_handle = attr->handle + 1; in discover_func()
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 145 ACPI_NAMESPACE_NODE *handle; in acpi_evaluate_method() local 150 handle = acpi_name_lookup(bus_name); in acpi_evaluate_method() 151 if (!handle) { in acpi_evaluate_method() 156 if (handle->Type != ACPI_TYPE_DEVICE) { in acpi_evaluate_method() 161 node = ACPI_CAST_PTR(ACPI_NAMESPACE_NODE, handle); in acpi_evaluate_method() 224 child_dev->handle = obj_handle; in dev_resource_enum_callback()
|