Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 193) sorted by relevance

12345678

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h28 uint8_t *handle) in ll_adv_set_by_hci_handle_get()
35 uint8_t *handle) in ll_adv_set_by_hci_handle_get_or_new()
41 static inline uint8_t ll_adv_set_hci_handle_get(uint8_t handle) in ll_adv_set_hci_handle_get()
47 uint8_t *handle) in ll_adv_iso_by_hci_handle_get()
54 uint8_t *handle) in ll_adv_iso_by_hci_handle_new()
/Zephyr-latest/subsys/sensing/
Dsensing.c18 sensing_sensor_handle_t *handle) in sensing_open_sensor()
41 sensing_sensor_handle_t *handle) in sensing_open_sensor_by_dt()
65 int sensing_close_sensor(sensing_sensor_handle_t *handle) in sensing_close_sensor()
74 int sensing_set_config(sensing_sensor_handle_t handle, in sensing_set_config()
114 int sensing_get_config(sensing_sensor_handle_t handle, in sensing_get_config()
154 const struct sensing_sensor_info *sensing_get_sensor_info(sensing_sensor_handle_t handle) in sensing_get_sensor_info()
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c56 static inline int get_entry(struct bindesc_handle *handle, const uint8_t *address, in get_entry()
95 int bindesc_open_memory_mapped_flash(struct bindesc_handle *handle, size_t offset) in bindesc_open_memory_mapped_flash()
112 int bindesc_open_ram(struct bindesc_handle *handle, const uint8_t *address, size_t max_size) in bindesc_open_ram()
132 int bindesc_open_flash(struct bindesc_handle *handle, size_t offset, in bindesc_open_flash()
156 int bindesc_foreach(struct bindesc_handle *handle, bindesc_callback_t callback, void *user_data) in bindesc_foreach()
184 int bindesc_find_str(struct bindesc_handle *handle, uint16_t id, const char **result) in bindesc_find_str()
198 int bindesc_find_uint(struct bindesc_handle *handle, uint16_t id, const uint32_t **result) in bindesc_find_uint()
212 int bindesc_find_bytes(struct bindesc_handle *handle, uint16_t id, const uint8_t **result, in bindesc_find_bytes()
228 int bindesc_get_size(struct bindesc_handle *handle, size_t *result) in bindesc_get_size()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_scan.c44 struct ll_scan_set *ull_scan_set_get(uint8_t handle) in ull_scan_set_get()
53 struct ll_scan_set *ull_scan_is_enabled_get(uint8_t handle) in ull_scan_is_enabled_get()
65 struct ll_scan_set *ull_scan_is_disabled_get(uint8_t handle) in ull_scan_is_disabled_get()
89 uint8_t ull_scan_disable(uint8_t handle, struct ll_scan_set *scan) in ull_scan_disable()
Dull_sync.c35 struct ll_sync_set *ull_sync_set_get(uint16_t handle) in ull_sync_set_get()
44 struct ll_sync_set *ull_sync_is_enabled_get(uint16_t handle) in ull_sync_is_enabled_get()
Dlll_conn.c37 void lll_conn_flush(uint16_t handle, struct lll_conn *lll) in lll_conn_flush()
Dull_adv_sync.c21 struct ll_adv_sync_set *ull_adv_sync_get(uint8_t handle) in ull_adv_sync_get()
Dull_conn_iso.c53 __weak struct ll_conn_iso_stream *ll_conn_iso_stream_get(uint16_t handle) in ll_conn_iso_stream_get()
58 struct ll_conn_iso_stream *ll_iso_stream_connected_get(uint16_t handle) in ll_iso_stream_connected_get()
/Zephyr-latest/tests/subsys/bindesc/reading/src/
Dmain.c49 static void test_bindesc_read(struct bindesc_handle *handle) in test_bindesc_read()
68 struct bindesc_handle handle; in ZTEST() local
77 struct bindesc_handle handle; in ZTEST() local
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dtest_add_cte_to_chain.c52 uint8_t handle; in ZTEST() local
77 uint8_t handle; in ZTEST() local
103 uint8_t handle; in ZTEST() local
130 uint8_t handle; in ZTEST() local
166 uint8_t handle; in ZTEST() local
Dtest_remove_cte_from_chain.c54 uint8_t handle; in ZTEST() local
79 uint8_t handle; in ZTEST() local
108 uint8_t handle; in ZTEST() local
134 uint8_t handle; in ZTEST() local
168 uint8_t handle; in remove_cte_from_chain_after_enqueue_to_lll() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan.c330 uint8_t handle; local
393 uint8_t handle; local
650 uint8_t ull_scan_disable(uint8_t handle, struct ll_scan_set *scan)
719 uint8_t handle; local
763 void ull_scan_term_dequeue(uint8_t handle)
798 struct ll_scan_set *ull_scan_set_get(uint8_t handle)
842 struct ll_scan_set *ull_scan_is_enabled_get(uint8_t handle)
854 struct ll_scan_set *ull_scan_is_disabled_get(uint8_t handle)
866 uint32_t ull_scan_is_enabled(uint8_t handle)
891 uint32_t ull_scan_filter_pol_get(uint8_t handle)
[all …]
Dll_tx_pwr.c47 uint16_t handle, uint8_t type, int8_t *tx_pwr_lvl) in ll_tx_pwr_lvl_get()
130 uint8_t ll_tx_pwr_lvl_set(uint8_t handle_type, uint16_t handle, in ll_tx_pwr_lvl_set()
Dull_peripheral_iso.c57 static struct ll_conn *ll_cis_get_acl_awaiting_reply(uint16_t handle, uint8_t *error) in ll_cis_get_acl_awaiting_reply()
99 uint8_t ll_cis_accept(uint16_t handle) in ll_cis_accept()
127 uint8_t ll_cis_reject(uint16_t handle, uint8_t reason) in ll_cis_reject()
179 uint16_t handle; in ull_peripheral_iso_acquire() local
Dull_adv.c159 uint8_t ll_adv_set_by_hci_handle_get(uint8_t hci_handle, uint8_t *handle) in ll_adv_set_by_hci_handle_get()
176 uint8_t ll_adv_set_by_hci_handle_get_or_new(uint8_t hci_handle, uint8_t *handle) in ll_adv_set_by_hci_handle_get_or_new()
204 uint8_t ll_adv_set_hci_handle_get(uint8_t handle) in ll_adv_set_hci_handle_get()
216 uint8_t ll_adv_params_set(uint8_t handle, uint16_t evt_prop, uint32_t interval,
765 uint8_t ll_adv_data_set(uint8_t handle, uint8_t len, uint8_t const *const data)
783 uint8_t ll_adv_scan_rsp_set(uint8_t handle, uint8_t len,
803 uint8_t ll_adv_enable(uint8_t handle, uint8_t enable,
1665 uint8_t handle; local
1699 uint8_t handle; local
1742 inline struct ll_adv_set *ull_adv_set_get(uint8_t handle)
[all …]
Dull_iso.c166 uint8_t ll_read_iso_tx_sync(uint16_t handle, uint16_t *seq, in ll_read_iso_tx_sync()
214 uint8_t ll_setup_iso_path(uint16_t handle, uint8_t path_dir, uint8_t path_id, in ll_setup_iso_path()
539 uint8_t ll_remove_iso_path(uint16_t handle, uint8_t path_dir) in ll_remove_iso_path()
652 uint16_t handle; in ll_iso_test_sdu_alloc() local
698 uint16_t handle; in ll_iso_test_sdu_emit() local
815 uint8_t ll_iso_receive_test(uint16_t handle, uint8_t payload_type) in ll_iso_receive_test()
964 uint8_t ll_iso_read_test_counters(uint16_t handle, uint32_t *received_cnt, in ll_iso_read_test_counters()
1017 uint8_t ll_read_iso_link_quality(uint16_t handle, in ll_read_iso_link_quality()
1072 const uint16_t handle, in ll_iso_test_pdu_release()
1085 void ll_iso_transmit_test_send_sdu(uint16_t handle, uint32_t ticks_at_expire) in ll_iso_transmit_test_send_sdu()
[all …]
Dull_sync_iso.c352 struct ll_sync_iso_set *ull_sync_iso_by_stream_get(uint16_t handle) in ull_sync_iso_by_stream_get()
361 struct lll_sync_iso_stream *ull_sync_iso_stream_get(uint16_t handle) in ull_sync_iso_stream_get()
374 struct lll_sync_iso_stream *ull_sync_iso_lll_stream_get(uint16_t handle) in ull_sync_iso_lll_stream_get()
426 uint8_t handle; in ull_sync_iso_setup() local
816 uint8_t handle = sync_iso_handle_get(sync_iso); in ull_sync_iso_done() local
896 static struct ll_sync_iso_set *sync_iso_get(uint8_t handle) in sync_iso_get()
907 static struct ll_sync_iso_set *sync_iso_alloc(uint8_t handle) in sync_iso_alloc()
924 static uint8_t sync_iso_handle_to_index(uint8_t handle) in sync_iso_handle_to_index()
1067 uint8_t handle; in lll_flush() local
1110 uint8_t handle; in stop_ticker() local
Dull_conn.c181 struct ll_conn *ll_conn_get(uint16_t handle) in ll_conn_get()
186 struct ll_conn *ll_connected_get(uint16_t handle) in ll_connected_get()
217 int ll_tx_mem_enqueue(uint16_t handle, void *tx) in ll_tx_mem_enqueue()
299 uint8_t ll_conn_update(uint16_t handle, uint8_t cmd, uint8_t status, uint16_t interval_min, in ll_conn_update()
341 uint8_t ll_chm_get(uint16_t handle, uint8_t *chm) in ll_chm_get()
372 uint8_t ll_req_peer_sca(uint16_t handle) in ll_req_peer_sca()
401 uint8_t ll_terminate_ind_send(uint16_t handle, uint8_t reason) in ll_terminate_ind_send()
498 uint8_t ll_feature_req_send(uint16_t handle) in ll_feature_req_send()
524 uint8_t ll_version_ind_send(uint16_t handle) in ll_version_ind_send()
565 uint32_t ll_length_req_send(uint16_t handle, uint16_t tx_octets, in ll_length_req_send()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/
Dpeer.c118 uint16_t handle, in subscribe()
138 static void unsubscribe_but_not_really(struct bt_conn *conn, uint16_t handle) in unsubscribe_but_not_really()
162 uint16_t handle; in entrypoint_peer() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c39 bool ll_data_path_source_create(uint16_t handle, in ll_data_path_source_create()
71 void ll_data_path_tx_pdu_release(uint16_t handle, struct node_tx_iso *node_tx) in ll_data_path_tx_pdu_release()
/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dbluetooth.h15 uint8_t handle; member
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h39 uint16_t handle; member
65 uint16_t handle; member
70 uint16_t handle; member
110 uint16_t handle; member
124 uint16_t handle; member
136 uint16_t handle; member
184 uint16_t handle; member
194 uint16_t handle; member
202 uint16_t handle; member
222 uint16_t handle; member
[all …]
/Zephyr-latest/samples/subsys/sensing/simple/src/
Dmain.c15 static void acc_data_event_callback(sensing_sensor_handle_t handle, const void *buf, in acc_data_event_callback()
30 static void hinge_angle_data_event_callback(sensing_sensor_handle_t handle, const void *buf, in hinge_angle_data_event_callback()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn_iso.c39 void lll_conn_iso_flush(uint16_t handle, struct lll_conn_iso_stream *lll) in lll_conn_iso_flush()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c30 cau3_handle_t handle; in ecb_encrypt_be() local
64 cau3_handle_t handle; in ecb_encrypt() local

12345678