Lines Matching refs:write_params

602 	inst->otc_inst->write_params.offset = 0;  in write_olcp()
603 inst->otc_inst->write_params.data = otc_tx_buf.data; in write_olcp()
604 inst->otc_inst->write_params.length = otc_tx_buf.len; in write_olcp()
605 inst->otc_inst->write_params.handle = inst->otc_inst->olcp_handle; in write_olcp()
606 inst->otc_inst->write_params.func = write_olcp_cb; in write_olcp()
608 err = bt_gatt_write(conn, &inst->otc_inst->write_params); in write_olcp()
1242 inst->otc_inst->write_params.offset = 0; in oacp_read()
1243 inst->otc_inst->write_params.data = otc_tx_buf.data; in oacp_read()
1244 inst->otc_inst->write_params.length = otc_tx_buf.len; in oacp_read()
1245 inst->otc_inst->write_params.handle = inst->otc_inst->oacp_handle; in oacp_read()
1246 inst->otc_inst->write_params.func = write_oacp_cp_cb; in oacp_read()
1248 err = bt_gatt_write(conn, &inst->otc_inst->write_params); in oacp_read()
1301 inst->otc_inst->write_params.offset = 0; in oacp_write()
1302 inst->otc_inst->write_params.data = otc_tx_buf.data; in oacp_write()
1303 inst->otc_inst->write_params.length = otc_tx_buf.len; in oacp_write()
1304 inst->otc_inst->write_params.handle = inst->otc_inst->oacp_handle; in oacp_write()
1305 inst->otc_inst->write_params.func = write_oacp_cp_write_req_cb; in oacp_write()
1307 err = bt_gatt_write(conn, &inst->otc_inst->write_params); in oacp_write()
1346 inst->otc_inst->write_params.offset = 0; in oacp_checksum()
1347 inst->otc_inst->write_params.data = otc_tx_buf.data; in oacp_checksum()
1348 inst->otc_inst->write_params.length = otc_tx_buf.len; in oacp_checksum()
1349 inst->otc_inst->write_params.handle = inst->otc_inst->oacp_handle; in oacp_checksum()
1350 inst->otc_inst->write_params.func = write_oacp_cp_cb; in oacp_checksum()
1352 err = bt_gatt_write(conn, &inst->otc_inst->write_params); in oacp_checksum()