Home
last modified time | relevance | path

Searched refs:handle (Results 326 – 350 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/Zephyr-latest/boards/google/icetower/
Dboard.cmake6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/boards/st/nucleo_h723zg/
Dboard.cmake6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/boards/st/nucleo_h753zi/
Dboard.cmake6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/
Dboard.cmake6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c444 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 …]
Dadv.c239 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/
Dgatt_utils.c282 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/
Dmisc.board.cmake4 # you're willing to handle requests for help. E.g. your "board" is a
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
DKconfig46 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/
DKconfig49 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/
DKconfig45 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/
DKconfig61 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/
DKconfig72 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/
DKconfig56 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/
DKconfig53 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/
DKconfig45 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/
DKconfig52 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/
DKconfig50 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/
Dpeer.c103 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/
Dboard.cmake7 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h195 #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/
Dhci_vs.h167 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/
Dboard.cmake5 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c122 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/
Dmain.c374 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()

1...<<11121314151617181920>>...29