Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_csc/src/
Dmain.c232 struct sc_ctrl_point_ind *ind; in ctrl_point_ind() local
233 uint8_t buf[sizeof(*ind) + data_len]; in ctrl_point_ind()
235 ind = (void *) buf; in ctrl_point_ind()
236 ind->op = SC_CP_OP_RESPONSE; in ctrl_point_ind()
237 ind->req_op = req_op; in ctrl_point_ind()
238 ind->status = status; in ctrl_point_ind()
242 memcpy(ind->data, data, data_len); in ctrl_point_ind()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_peripheral_iso.c57 uint8_t ull_peripheral_iso_setup(struct pdu_data_llctrl_cis_ind *ind, in ull_peripheral_iso_setup() argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral_iso.c291 uint8_t ull_peripheral_iso_setup(struct pdu_data_llctrl_cis_ind *ind, in ull_peripheral_iso_setup() argument
307 cig->sync_delay = sys_get_le24(ind->cig_sync_delay); in ull_peripheral_iso_setup()
316 cis_offset = sys_get_le24(ind->cis_offset); in ull_peripheral_iso_setup()
330 cis->sync_delay = sys_get_le24(ind->cis_sync_delay); in ull_peripheral_iso_setup()
332 memcpy(cis->lll.access_addr, ind->aa, sizeof(ind->aa)); in ull_peripheral_iso_setup()
Dull_peripheral_iso_internal.h15 uint8_t ull_peripheral_iso_setup(struct pdu_data_llctrl_cis_ind *ind,
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c124 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 8, in ZTEST() local
196 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
383 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 8, in ZTEST() local
434 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
681 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 7, in ZTEST() local
717 ind.instant = instant = event_counter(&conn) + 6; in ZTEST()
718 lt_tx(LL_PHY_UPDATE_IND, &conn, &ind); in ZTEST()
904 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 9, in ZTEST() local
1008 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
1264 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 7, in ZTEST() local
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c158 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 9, in ZTEST() local
262 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
498 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 7, in ZTEST() local
572 ind.instant = instant = event_counter(&conn) + 6; in ZTEST()
573 lt_tx(LL_PHY_UPDATE_IND, &conn, &ind); in ZTEST()
635 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 9, in ZTEST() local
709 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
/Zephyr-latest/drivers/video/
Dvideo_mcux_mipi_csi2rx.c56 int ret, ind = 0; in mipi_csi2rx_update_settings() local
107 best_match = tHsSettleEscClk_configs[ind].pixel_rate; in mipi_csi2rx_update_settings()
112 ind = i; in mipi_csi2rx_update_settings()
116 drv_data->csi2rxConfig.tHsSettle_EscClk = tHsSettleEscClk_configs[ind].tHsSettle_EscClk; in mipi_csi2rx_update_settings()
Dvideo_mcux_csi.c356 int ind = 0; in video_mcux_csi_get_caps() local
358 while (caps->format_caps[ind].pixelformat) { in video_mcux_csi_get_caps()
359 ind++; in video_mcux_csi_get_caps()
362 fmts = k_heap_alloc(&csi_heap, (ind + 1) * sizeof(struct video_format_cap), in video_mcux_csi_get_caps()
365 for (int i = 0; i <= ind; i++) { in video_mcux_csi_get_caps()
Dov5640.c509 uint8_t i, ind = 0; in ov5640_set_frmival() local
510 uint32_t desired_frmrate, best_match = ov5640_frame_rates[ind]; in ov5640_set_frmival()
520 ind = i; in ov5640_set_frmival()
525 {SC_PLL_CTRL1_REG, drv_data->cur_mode->mipi_frmrate_config[ind].pllCtrl1}, in ov5640_set_frmival()
526 {SC_PLL_CTRL2_REG, drv_data->cur_mode->mipi_frmrate_config[ind].pllCtrl2}, in ov5640_set_frmival()
544 drv_data->cur_pixrate = drv_data->cur_mode->mipi_frmrate_config[ind].pixelrate; in ov5640_set_frmival()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c951 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = events_at_start + in run_phy_update_central() local
973 ind.instant += 1; in run_phy_update_central()
990 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in run_phy_update_central()
1027 struct pdu_data_llctrl_phy_upd_ind ind = { .c_to_p_phy = phy_req->rx_phys, in run_phy_update_peripheral() local
1059 ind.instant = instant; in run_phy_update_peripheral()
1066 lt_tx(LL_PHY_UPDATE_IND, &conn, &ind); in run_phy_update_peripheral()
1073 lt_tx(LL_PHY_UPDATE_IND, &conn, &ind); in run_phy_update_peripheral()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c447 struct bt_gatt_ots_indicate *ind = CONTAINER_OF(work, struct bt_gatt_ots_indicate, work); in oacp_indicate_work_handler() local
448 struct bt_ots *ots = CONTAINER_OF(ind, struct bt_ots, oacp_ind); in oacp_indicate_work_handler()
455 struct bt_gatt_ots_indicate *ind = CONTAINER_OF(work, struct bt_gatt_ots_indicate, work); in olcp_indicate_work_handler() local
456 struct bt_ots *ots = CONTAINER_OF(ind, struct bt_ots, olcp_ind); in olcp_indicate_work_handler()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c210 struct bt_gatt_indicate_params ind; member
776 memset(&client->params.ind, 0, sizeof(client->params.ind)); in control_point_send()
777 client->params.ind.attr = preset_control_point_attr; in control_point_send()
778 client->params.ind.func = control_point_ind_complete; in control_point_send()
779 client->params.ind.destroy = NULL; in control_point_send()
780 client->params.ind.data = buf->data; in control_point_send()
781 client->params.ind.len = buf->len; in control_point_send()
783 return bt_gatt_indicate(client->conn, &client->params.ind); in control_point_send()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2649 struct bt_att_indicate *ind; in gatt_indicate() local
2689 len = sizeof(*ind) + params->len; in gatt_indicate()
2706 ind = net_buf_add(buf, sizeof(*ind) + params->len); in gatt_indicate()
2707 ind->handle = sys_cpu_to_le16(handle); in gatt_indicate()
2708 memcpy(ind->value, params->data, params->len); in gatt_indicate()