/Zephyr-latest/boards/google/icetower/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/st/nucleo_h723zg/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/st/nucleo_h753zi/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 444 bt_send_one_host_num_completed_packets(conn->handle); in bt_acl_recv() 455 bt_send_one_host_num_completed_packets(conn->handle); in bt_acl_recv() 490 LOG_DBG("handle %u len %u flags %02x", conn->handle, buf->len, flags); in bt_conn_recv() 541 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn->handle, flags)); in send_acl() 599 hdr->handle = sys_cpu_to_le16(bt_iso_handle_pack(conn->handle, flags, ts)); in send_iso() 1149 uint16_t handle) in conn_lookup_handle() argument 1166 if (conn->handle != handle) { in conn_lookup_handle() 1385 struct bt_conn *bt_conn_lookup_handle(uint16_t handle, enum bt_conn_type type) in bt_conn_lookup_handle() argument 1390 conn = conn_lookup_handle(acl_conns, ARRAY_SIZE(acl_conns), handle); in bt_conn_lookup_handle() 1397 conn = conn_lookup_handle(iso_conns, ARRAY_SIZE(iso_conns), handle); in bt_conn_lookup_handle() [all …]
|
D | adv.c | 239 adv->handle = i; in adv_new() 250 struct bt_le_ext_adv *bt_hci_adv_lookup_handle(uint8_t handle) in bt_hci_adv_lookup_handle() argument 252 if (handle < ARRAY_SIZE(adv_pool) && in bt_hci_adv_lookup_handle() 253 atomic_test_bit(adv_pool[handle].flags, BT_ADV_CREATED)) { in bt_hci_adv_lookup_handle() 254 return &adv_pool[handle]; in bt_hci_adv_lookup_handle() 367 net_buf_add_u8(buf, adv->handle); in bt_le_adv_set_enable_ext() 590 set_data->handle = adv->handle; in hci_set_adv_ext_complete() 622 set_data->handle = adv->handle; in hci_set_adv_ext_fragmented() 736 set_data->handle = adv->handle; in hci_set_per_adv_data() 1166 cp->handle = adv->handle; in le_ext_adv_param_set() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | gatt_utils.c | 282 write_params.handle = gatt_handles[CLIENT_FEATURES]; in activate_robust_caching() 320 static void read_char(uint16_t handle, bool expect_success) in read_char() argument 327 .handle = handle, in read_char()
|
/Zephyr-latest/boards/common/ |
D | misc.board.cmake | 4 # you're willing to handle requests for help. E.g. your "board" is a
|
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/ |
D | Kconfig | 46 Priority of thread used by the driver to handle interrupts. 53 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/hts221/ |
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/drivers/sensor/st/lis3mdl/ |
D | Kconfig | 45 Priority of thread used by the driver to handle interrupts. 52 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | Kconfig | 61 Priority of thread used by the driver to handle interrupts. 68 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/ams/ccs811/ |
D | Kconfig | 72 Priority of thread used by the driver to handle interrupts. 79 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | Kconfig | 56 Priority of thread used by the driver to handle interrupts. 63 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | Kconfig | 53 Priority of the thread used by the driver to handle interrupts. 60 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/honeywell/hmc5883l/ |
D | Kconfig | 45 Priority of thread used by the driver to handle interrupts. 52 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/iis2dlpc/ |
D | Kconfig | 52 Priority of thread used by the driver to handle interrupts. 59 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/iis3dhhc/ |
D | Kconfig | 50 Priority of thread used by the driver to handle interrupts. 57 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | peer.c | 103 static void subscribe(struct bt_conn *conn, uint16_t handle, bt_gatt_notify_func_t cb) in subscribe() argument 111 sub_params.value_handle = handle; in subscribe()
|
/Zephyr-latest/boards/st/stm32h735g_disco/ |
D | board.cmake | 7 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll.h | 195 #define LL_CIS_IDX_FROM_HANDLE(handle) \ argument 196 ((handle) - LL_CIS_HANDLE_BASE) 436 uint16_t handle; /* State/Role instance handle */ member 630 void ull_iso_lll_ack_enqueue(uint16_t handle, struct node_tx_iso *tx); 631 void ull_iso_lll_event_prepare(uint16_t handle, uint64_t event_count);
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_vs.h | 167 uint16_t handle; member 174 uint16_t handle; member 181 uint16_t handle; member 187 uint16_t handle; member 211 uint16_t handle; member
|
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/ |
D | board.cmake | 5 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | csip_set_coordinator.c | 122 uint16_t handle) in lookup_instance_by_handle() argument 128 __ASSERT(handle > 0, "Handle cannot be 0"); in lookup_instance_by_handle() 134 if (client->svc_insts[i].start_handle <= handle && in lookup_instance_by_handle() 135 client->svc_insts[i].end_handle >= handle) { in lookup_instance_by_handle() 382 uint16_t handle = params->value_handle; in sirk_notify_func() local 396 svc_inst = lookup_instance_by_handle(conn, handle); in sirk_notify_func() 453 uint16_t handle = params->value_handle; in size_notify_func() local 467 svc_inst = lookup_instance_by_handle(conn, handle); in size_notify_func() 499 uint16_t handle = params->value_handle; in lock_notify_func() local 513 svc_inst = lookup_instance_by_handle(conn, handle); in lock_notify_func() [all …]
|
/Zephyr-latest/samples/bluetooth/central_otc/src/ |
D | main.c | 374 discover_params.start_handle = attr->handle + 1; in discover_func() 387 discover_params.start_handle = attr->handle + 1; in discover_func() 400 discover_params.start_handle = attr->handle + 1; in discover_func() 413 discover_params.start_handle = attr->handle + 1; in discover_func() 426 discover_params.start_handle = attr->handle + 1; in discover_func() 439 discover_params.start_handle = attr->handle + 1; in discover_func() 452 discover_params.start_handle = attr->handle + 1; in discover_func() 464 discover_params.start_handle = attr->handle + 1; in discover_func()
|