| /Zephyr-latest/tests/bluetooth/classic/sdp_c/src/ |
| D | sdp_client.c | 265 uint32_t handle; in cmd_sa_discovery() local
|
| /Zephyr-latest/subsys/sensing/sensor/hinge_angle/ |
| D | hinge_angle.c | 118 static void hinge_reporter_on_data_event(sensing_sensor_handle_t handle, in hinge_reporter_on_data_event()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | iso.c | 116 uint16_t handle, len; in hci_iso() local 1280 uint16_t handle = sys_le16_to_cpu(evt->conn_handle); in hci_le_cis_established() local 1314 uint16_t handle = sys_le16_to_cpu(evt->conn_handle); in hci_le_cis_established_v2() local 1431 static int hci_le_reject_cis(uint16_t handle, uint8_t reason) in hci_le_reject_cis() 1454 static int hci_le_accept_cis(uint16_t handle) in hci_le_accept_cis() 2221 const uint16_t handle = cig_rsp->handle[i++]; in bt_iso_cig_create() local 2331 const uint16_t handle = cig_rsp->handle[i]; in bt_iso_cig_reconfigure() local 3174 const uint16_t handle = evt->handle[i++]; in hci_le_big_complete() local 3364 const uint16_t handle = evt->handle[i++]; in hci_le_big_sync_established() local
|
| D | ecc.c | 83 psa_key_id_t handle; in bt_pub_key_is_valid() local
|
| /Zephyr-latest/drivers/i2c/ |
| D | i2c_nxp_ii2c.c | 39 i2c_master_handle_t handle; member 109 i2c_master_handle_t *handle, in nxp_ii2c_master_transfer_callback()
|
| D | i2c_mcux_lpi2c_rtio.c | 57 lpi2c_master_handle_t handle; member 258 lpi2c_master_handle_t *handle, in mcux_lpi2c_master_transfer_callback()
|
| D | i2c_mcux_lpi2c.c | 59 lpi2c_master_handle_t handle; member 122 lpi2c_master_handle_t *handle, in mcux_lpi2c_master_transfer_callback()
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
| D | ull.c | 959 uint8_t ll_rx_get(void **node_rx, uint16_t *handle) in ll_rx_get() 1804 void ll_tx_ack_put(uint16_t handle, struct node_tx *node_tx) in ll_tx_ack_put() 2561 uint16_t handle; /* Handle to Ack TX */ in rx_demux() local 2586 uint16_t handle; in rx_demux() local 2619 uint16_t handle; in rx_demux_yield() local 2637 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last) in tx_cmplt_get() 2768 static inline void rx_demux_conn_tx_ack(uint8_t ack_last, uint16_t handle, in rx_demux_conn_tx_ack()
|
| D | ull_central.c | 555 uint8_t ll_enc_req_send(uint16_t handle, uint8_t const *const rand_num, in ll_enc_req_send() 986 uint16_t handle; local
|
| /Zephyr-latest/subsys/bluetooth/controller/util/ |
| D | util.c | 225 int util_saa_le32(uint8_t *dst, uint8_t handle) in util_saa_le32()
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| D | lll_adv_iso.c | 264 uint16_t handle; in prepare_cb_common() local 642 uint16_t handle; in isr_tx_common() local
|
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
| D | broadcaster.c | 228 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in validate_no_iso_frag() local
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
| D | main.c | 132 uint16_t handle = 0; in central_read() local
|
| /Zephyr-latest/include/zephyr/xen/public/ |
| D | grant_table.h | 274 grant_handle_t handle; member 295 grant_handle_t handle; member
|
| /Zephyr-latest/tests/bluetooth/common/testlib/src/ |
| D | att_read.c | 150 enum bt_att_chan_opt bearer, uint16_t handle, in bt_testlib_att_read_by_handle_sync() 173 enum bt_att_chan_opt bearer, uint16_t handle, uint16_t offset) in bt_testlib_gatt_long_read()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | bap_unicast_client.c | 71 uint16_t handle; member 467 static void unicast_client_ep_init(struct bt_bap_ep *ep, uint16_t handle, uint8_t dir) in unicast_client_ep_init() 483 static struct bt_bap_ep *unicast_client_ep_find(struct bt_conn *conn, uint16_t handle) in unicast_client_ep_find() 529 uint16_t handle) in unicast_client_ep_new() 567 uint16_t handle) in unicast_client_ep_get() 1620 uint16_t handle = read->single.handle; in unicast_client_ase_ntf_read_func() local 1839 static void unicast_client_ep_set_cp(struct bt_conn *conn, uint16_t handle) in unicast_client_ep_set_cp() 3649 uint16_t handle = read->single.handle; in unicast_client_ase_read_func() local 3896 static int unicast_client_pacs_avail_ctx_read(struct bt_conn *conn, uint16_t handle) in unicast_client_pacs_avail_ctx_read() 4081 static int unicast_client_pacs_location_read(struct bt_conn *conn, uint16_t handle) in unicast_client_pacs_location_read() [all …]
|
| D | aics_client.c | 42 static struct bt_aics *lookup_aics_by_handle(struct bt_conn *conn, uint16_t handle) in lookup_aics_by_handle() 61 uint16_t handle = params->value_handle; in aics_client_notify_handler() local
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | ssp.c | 838 static void link_encr(const uint16_t handle) in link_encr() 862 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_auth_complete() local
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
| D | main.c | 155 uint16_t handle, count; in handle_ncp() local 243 uint16_t len, handle; in handle_acl() local
|
| /Zephyr-latest/subsys/net/l2/ppp/ |
| D | options.c | 264 ppp_my_option_handle_t handle; member 304 ppp_my_option_handle_t handle) in ppp_my_options_parse()
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/ |
| D | ll.c | 150 uint16_t handle = 0U; in cmd_advx() local
|
| /Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
| D | common.c | 67 uint8_t handle; in common_create_adv_set() local
|
| /Zephyr-latest/drivers/crypto/ |
| D | crypto_npcx_sha.c | 59 uint8_t handle[NPCX_SHA256_HANDLE_SIZE]; member
|
| /Zephyr-latest/drivers/ethernet/nxp_imx_netc/ |
| D | eth_nxp_imx_netc.c | 143 static status_t netc_eth_reclaim_callback(ep_handle_t *handle, uint8_t ring, in netc_eth_reclaim_callback()
|
| D | eth_nxp_imx_netc_priv.h | 92 ep_handle_t handle; member
|