| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_adv_iso.c | 727 	uint16_t handle;  in ll_big_terminate()  local 807 	uint8_t handle;  in ull_adv_iso_reset()  local 883 struct ll_adv_iso_set *ull_adv_iso_get(uint8_t handle)  in ull_adv_iso_get() 890 	uint8_t handle;  in ull_adv_iso_chm_update()  local 922 uint8_t ll_adv_iso_by_hci_handle_get(uint8_t hci_handle, uint8_t *handle)  in ll_adv_iso_by_hci_handle_get() 940 uint8_t ll_adv_iso_by_hci_handle_new(uint8_t hci_handle, uint8_t *handle)  in ll_adv_iso_by_hci_handle_new() 1086 struct ll_adv_iso_set *ull_adv_iso_by_stream_get(uint16_t handle)  in ull_adv_iso_by_stream_get() 1095 struct lll_adv_iso_stream *ull_adv_iso_stream_get(uint16_t handle)  in ull_adv_iso_stream_get() 1104 struct lll_adv_iso_stream *ull_adv_iso_lll_stream_get(uint16_t handle)  in ull_adv_iso_lll_stream_get() 1163 static struct ll_adv_iso_set *adv_iso_get(uint8_t handle)  in adv_iso_get() [all …] 
 | 
| D | ull_sync.c | 555 uint8_t ll_sync_terminate(uint16_t handle)  in ll_sync_terminate() 637 uint8_t ll_sync_recv_enable(uint16_t handle, uint8_t enable)  in ll_sync_recv_enable() 777 	uint16_t handle;  in ull_sync_reset()  local 795 struct ll_sync_set *ull_sync_set_get(uint16_t handle)  in ull_sync_set_get() 804 struct ll_sync_set *ull_sync_is_enabled_get(uint16_t handle)  in ull_sync_is_enabled_get() 1860 static struct ll_sync_set *sync_is_create_get(uint16_t handle) 1876 	uint16_t handle;  local
  | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | gatt_internal.h | 51 static inline void bt_gatt_notification(struct bt_conn *conn, uint16_t handle,  in bt_gatt_notification()
  | 
| D | att.c | 63 	uint16_t handle;  member 820 static void send_err_rsp(struct bt_att_chan *chan, uint8_t req, uint16_t handle,  in send_err_rsp() 1063 static uint8_t find_info_cb(const struct bt_gatt_attr *attr, uint16_t handle,  in find_info_cb() 1173 static uint8_t find_type_cb(const struct bt_gatt_attr *attr, uint16_t handle,  in find_type_cb() 1454 static uint8_t read_type_cb(const struct bt_gatt_attr *attr, uint16_t handle,  in read_type_cb() 1621 static uint8_t read_cb(const struct bt_gatt_attr *attr, uint16_t handle,  in read_cb() 1660 			 uint16_t handle, uint16_t offset)  in att_read_rsp() 1707 	uint16_t handle;  in att_read_req()  local 1722 	uint16_t handle, offset;  in att_read_blob_req()  local 1739 	uint16_t handle;  in att_read_mult_req()  local [all …] 
 | 
| D | gatt.c | 59 	uint16_t handle;  member 790 static uint8_t gen_hash_m(const struct bt_gatt_attr *attr, uint16_t handle,  in gen_hash_m() 1119 				      uint16_t handle, void *user_data)  in convert_to_id_on_match() 1209 static uint8_t found_attr(const struct bt_gatt_attr *attr, uint16_t handle,  in found_attr() 1219 static const struct bt_gatt_attr *find_attr(uint16_t handle)  in find_attr() 1255 	uint16_t handle, last_handle;  in gatt_register()  local 1861 				   uint16_t handle, void *user_data)  in get_service_handles() 1878 	uint16_t handle = 1;  in bt_gatt_attr_get_handle()  local 1911 	uint16_t handle = bt_gatt_attr_get_handle(incl);  in bt_gatt_attr_read_included()  local 1947 	uint16_t handle = 0;  in bt_gatt_attr_value_handle()  local [all …] 
 | 
| /Zephyr-latest/drivers/power_domain/ | 
| D | power_domain_nxp_scu.c | 19 	sc_ipc_t handle;  member
  | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | ccid.c | 25 static uint8_t ccid_attr_cb(const struct bt_gatt_attr *attr, uint16_t handle, void *user_data)  in ccid_attr_cb()
  | 
| D | gmap_client.c | 152 static int gmap_read_bgr_feat(struct bt_gmap_client *gmap_cli, uint16_t handle)  in gmap_read_bgr_feat() 251 static int gmap_read_bgs_feat(struct bt_gmap_client *gmap_cli, uint16_t handle)  in gmap_read_bgs_feat() 352 static int gmap_read_ugt_feat(struct bt_gmap_client *gmap_cli, uint16_t handle)  in gmap_read_ugt_feat() 455 static int gmap_read_ugg_feat(struct bt_gmap_client *gmap_cli, uint16_t handle)  in gmap_read_ugg_feat() 559 static int gmap_read_role(struct bt_gmap_client *gmap_cli, uint16_t handle)  in gmap_read_role()
  | 
| /Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/ | 
| D | main.c | 58 	struct bindesc_handle handle;  in main()  local
  | 
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | hci_types.h | 54 	uint16_t handle; /* 12 bit handle, 2 bit Packet Status Flag, 1 bit RFU */  member 84 	uint16_t handle;  member 126 	uint16_t handle; /* 12 bit handle, 2 bit PB flags, 1 bit TS_Flag, 1 bit RFU */  member 404 	uint16_t handle;  member 425 	uint16_t  handle;  member 484 	uint16_t handle;  member 489 	uint16_t handle;  member 512 	uint16_t handle;  member 517 	uint16_t handle;  member 523 	uint16_t handle;  member [all …] 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/ | 
| D | main.c | 30 	uint16_t handle = 0;  in test_long_read()  local
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ | 
| D | dut.c | 68 			   uint16_t handle,  in fake_subscribe()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ | 
| D | main.c | 159 	uint16_t handle, count;  in handle_ncp()  local 187 	uint16_t handle = net_buf_pull_le16(buf);  in handle_att_write()  local 241 	uint16_t len, handle;  in handle_acl()  local 506 	uint16_t handle = HVX_HANDLE;  in gatt_notify()  local
  | 
| /Zephyr-latest/subsys/bluetooth/host/shell/ | 
| D | gatt.c | 433 	uint16_t handle, offset;  in cmd_write()  local 484 	uint16_t handle;  in cmd_write_without_rsp()  local 681 static uint8_t print_attr(const struct bt_gatt_attr *attr, uint16_t handle,  in print_attr() 943 static uint8_t found_attr(const struct bt_gatt_attr *attr, uint16_t handle,  in found_attr() 953 static const struct bt_gatt_attr *find_attr(uint16_t handle)  in find_attr() 967 	unsigned long handle;  in cmd_notify()  local 1164 static uint8_t get_cb(const struct bt_gatt_attr *attr, uint16_t handle,  in get_cb() 1214 static uint8_t set_cb(const struct bt_gatt_attr *attr, uint16_t handle,  in set_cb() 1244 	uint16_t handle;  in cmd_set()  local
  | 
| /Zephyr-latest/tests/bluetooth/common/testlib/src/ | 
| D | att_write.c | 38 int bt_testlib_att_write(struct bt_conn *conn, enum bt_att_chan_opt bearer, uint16_t handle,  in bt_testlib_att_write()
  | 
| /Zephyr-latest/drivers/entropy/ | 
| D | entropy_mcux_caam.c | 35 	caam_handle_t handle;  in entropy_mcux_caam_get_entropy()  local
  | 
| /Zephyr-latest/soc/intel/intel_adsp/tools/ | 
| D | remote-fw-service.py | 102     def handle(self):  member in adsp_request_handler 128     def handle(self):  member in adsp_log_handler
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ | 
| D | gatt_client_test.c | 192 static void gatt_write(uint16_t handle)  in gatt_write() 246 static void gatt_read(uint16_t handle)  in gatt_read()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ | 
| D | broadcaster.c | 252 	uint16_t handle = sys_le16_to_cpu(hci_hdr->handle);  in validate_no_iso_frag()  local 266 		uint16_t handle = sys_le16_to_cpu(hci_hdr->handle);  in __wrap_bt_send()  local
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/ | 
| D | client.c | 86 	uint16_t handle;  in client_procedure()  local
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ | 
| D | main.c | 212 	uint16_t handle;  in send_write_handle()  local 224 static void gatt_read(struct bt_conn *conn, uint16_t handle)  in gatt_read() 268 	uint16_t handle;  in good_peer_procedure()  local
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/btp/ | 
| D | btp_gatt.h | 182 	uint16_t handle;  member 191 	uint16_t handle;  member 213 	uint16_t handle;  member 237 	uint16_t handle;  member 245 	uint16_t handle;  member 253 	uint16_t handle;  member 264 	uint16_t handle;  member 276 	uint16_t handle;  member 305 	uint16_t handle;  member 314 	uint16_t handle;  member [all …] 
 | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_rv32m1_lpi2c.c | 37 	lpi2c_master_handle_t handle;  member 98 						  lpi2c_master_handle_t *handle,  in rv32m1_lpi2c_master_transfer_callback()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ | 
| D | gatt_client_test.c | 226 static void gatt_write(uint16_t handle, uint8_t expect_att_err)  in gatt_write() 326 static void gatt_read(uint16_t handle, uint8_t expect_att_err)  in gatt_read()
  | 
| /Zephyr-latest/subsys/rtio/ | 
| D | rtio_handlers.c | 80 						      struct rtio_sqe **handle, size_t sqe_count)  in z_vrfy_rtio_sqe_copy_in_get_handles()
  |