/Zephyr-latest/kernel/ |
D | device.c | 148 size_t handle_count, in device_visitor() argument 153 for (size_t i = 0; i < handle_count; ++i) { in device_visitor() 163 return handle_count; in device_visitor() 170 size_t handle_count = 0; in device_required_foreach() local 171 const device_handle_t *handles = device_required_handles_get(dev, &handle_count); in device_required_foreach() 173 return device_visitor(handles, handle_count, visitor_cb, context); in device_required_foreach() 180 size_t handle_count = 0; in device_supported_foreach() local 181 const device_handle_t *handles = device_supported_handles_get(dev, &handle_count); in device_supported_foreach() 183 return device_visitor(handles, handle_count, visitor_cb, context); in device_supported_foreach()
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | att_read.c | 35 return params->handle_count == 0; in bt_gatt_read_params_is_by_uuid() 157 ctx.params.handle_count = 1; in bt_testlib_att_read_by_handle_sync() 181 ctx.long_read = true, ctx.params.handle_count = 1; in bt_testlib_gatt_long_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_client_test.c | 181 .handle_count = 1, 189 .handle_count = 1, 197 .handle_count = 0,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | gmap_client.c | 159 gmap_cli->params.read.handle_count = 1u; in gmap_read_bgr_feat() 258 gmap_cli->params.read.handle_count = 1u; in gmap_read_bgs_feat() 359 gmap_cli->params.read.handle_count = 1u; in gmap_read_ugt_feat() 462 gmap_cli->params.read.handle_count = 1u; in gmap_read_ugg_feat() 566 gmap_cli->params.read.handle_count = 1u; in gmap_read_role()
|
D | vocs_client.c | 281 inst->read_params.handle_count = 1; in vocs_client_write_vocs_cp_cb() 465 inst->read_params.handle_count = 1; in bt_vocs_client_state_get() 536 inst->read_params.handle_count = 1; in bt_vocs_client_location_get() 616 inst->read_params.handle_count = 1; in bt_vocs_client_description_get()
|
D | aics_client.c | 429 inst->cli.read_params.handle_count = 1; in aics_client_write_aics_cp_cb() 793 inst->cli.read_params.handle_count = 1; in bt_aics_client_state_get() 831 inst->cli.read_params.handle_count = 1; in bt_aics_client_gain_setting_get() 869 inst->cli.read_params.handle_count = 1; in bt_aics_client_type_get() 907 inst->cli.read_params.handle_count = 1; in bt_aics_client_status_get() 1008 inst->cli.read_params.handle_count = 1; in bt_aics_client_description_get()
|
D | mcc.c | 2168 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_player_name() 2207 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_icon_obj_id() 2247 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_icon_url() 2287 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_track_title() 2327 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_track_duration() 2367 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_track_position() 2452 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_playback_speed() 2537 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_seeking_speed() 2577 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_segments_obj_id() 2615 mcs_inst->read_params.handle_count = 1; in bt_mcc_read_current_track_obj_id() [all …]
|
D | tmap.c | 123 read_params[conn_id].handle_count = 1u; in discover_func()
|
D | csip_set_coordinator.c | 594 client->read_params.handle_count = 1; in read_sirk() 629 client->read_params.handle_count = 1; in csip_set_coordinator_read_set_size() 664 client->read_params.handle_count = 1; in csip_set_coordinator_read_rank() 1314 client->read_params.handle_count = 1; in csip_set_coordinator_read_set_lock()
|
D | vcp_vol_ctlr.c | 309 vol_ctlr->read_params.handle_count = 1; in vcp_vol_ctlr_write_vcs_cp_cb() 1115 vol_ctlr->read_params.handle_count = 1; in bt_vcp_vol_ctlr_read_state() 1150 vol_ctlr->read_params.handle_count = 1; in bt_vcp_vol_ctlr_read_flags()
|
D | has_client.c | 500 inst->params.read.handle_count = 0u; in active_index_read() 668 inst->params.read.handle_count = 1u; in features_read()
|
D | bap_unicast_client.c | 1721 client->read_params.handle_count = 1U; in long_ase_read() 3786 client->read_params.handle_count = 1U; in unicast_client_ase_discover_cb() 3905 client->read_params.handle_count = 1U; in unicast_client_pacs_avail_ctx_read() 4090 client->read_params.handle_count = 1U; in unicast_client_pacs_location_read() 4240 client->read_params.handle_count = 1U; in unicast_client_pacs_context_discover_cb() 4435 client->read_params.handle_count = 1U; in unicast_client_pac_discover_cb()
|
D | micp_mic_ctlr.c | 700 mic_ctlr->read_params.handle_count = 1; in bt_micp_mic_ctlr_mute_get()
|
D | bap_broadcast_assistant.c | 454 inst->read_params.handle_count = 1U; in long_bap_read() 1670 inst->read_params.handle_count = 1; in read_recv_state()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/ |
D | main.c | 183 closet[p].handle_count = 1; in a_test_iteration()
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 220 params.handle_count = 0; in gatt_read() 242 params.handle_count = 1; in gatt_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | gatt_client_test.c | 247 read_params.handle_count = 1; in gatt_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | gatt_client_test.c | 274 read_params.handle_count = 1; in gatt_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | gatt_utils.c | 323 .handle_count = 1, in read_char()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 317 read_params.handle_count = 1; in cmd_read() 362 read_params.handle_count = i; in cmd_mread() 390 read_params.handle_count = 0; in cmd_read_uuid()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_client_test.c | 330 read_params.handle_count = 1; in gatt_read()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 1539 read_params.handle_count = 1; in read_data() 1586 read_params.handle_count = 0; in read_uuid() 1621 read_params.handle_count = 1; in read_long() 1673 read_params.handle_count = cp->handles_count; in read_multiple() 1724 read_params.handle_count = i; in read_multiple_var()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1760 size_t handle_count; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 4795 if (!params->handle_count) { in gatt_read_rsp() 4906 for (i = 0U; i < params->handle_count; i++) { in gatt_read_mult_encode() 4916 LOG_DBG("handle_count %zu", params->handle_count); in gatt_read_mult() 4920 params->handle_count * sizeof(uint16_t), in gatt_read_mult() 4979 for (i = 0U; i < params->handle_count; i++) { in gatt_read_mult_vl_encode() 4989 LOG_DBG("handle_count %zu", params->handle_count); in gatt_read_mult_vl() 4994 params->handle_count * sizeof(uint16_t), in gatt_read_mult_vl() 5026 if (params->handle_count == 0) { in bt_gatt_read() 5030 if (params->handle_count > 1) { in bt_gatt_read()
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 557 otc_inst->read_proc.handle_count = 1; in bt_ots_client_read_feature() 1102 inst->otc_inst->read_proc.handle_count = 1; in read_attr()
|